Update .gitea/workflows/datadog-static-analysis.yml
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 18s
Release / build (push) Successful in 34s
Release / publish_head (push) Successful in 34s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 1m10s

This commit is contained in:
Tanishq Dubey 2025-03-21 12:56:49 -04:00
parent 0e6ca5859a
commit aab53f1e54

View File

@ -20,7 +20,7 @@ jobs:
- name: Run Semgrep - name: Run Semgrep
run: | run: |
python3 -m pip install --break-system-package semgrep python3 -m pip install --break-system-package semgrep
semgrep scan -o /tmp/semgrep.sarif semgrep scan --sarif -o /tmp/semgrep.sarif
cat /tmp/semgrep.sarif cat /tmp/semgrep.sarif
# Download and install nvm: # Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash