Update .gitea/workflows/datadog-static-analysis.yml
Some checks failed
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 16s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 15s
Release / build (push) Successful in 38s
Datadog Static Analysis / Datadog Static Analyzer (push) Failing after 43s
Release / publish_head (push) Successful in 38s

This commit is contained in:
Tanishq Dubey 2025-03-21 12:20:22 -04:00
parent 71efbfcc83
commit 1a26b0b3fb

View File

@ -20,4 +20,6 @@ jobs:
- name: Run Semgrep
run: |
python3 -m pip install --break-system-package semgrep
semgrep scan -o /tmp/semgrep.sarif || cat /tmp/semgrep.sarif || datadog-ci sarif upload /tmp/semgrep.sarif
semgrep scan -o /tmp/semgrep.sarif
cat /tmp/semgrep.sarif
datadog-ci sarif upload /tmp/semgrep.sarif