Update .gitea/workflows/datadog-static-analysis.yml
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 13s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Release / build (push) Successful in 39s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 47s
Release / publish_head (push) Successful in 39s
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 13s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 15s
Release / build (push) Successful in 39s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 47s
Release / publish_head (push) Successful in 39s
This commit is contained in:
parent
27ef2d4ca3
commit
71efbfcc83
@ -20,4 +20,4 @@ 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
|
semgrep scan -o /tmp/semgrep.sarif || cat /tmp/semgrep.sarif || datadog-ci sarif upload /tmp/semgrep.sarif
|
Loading…
x
Reference in New Issue
Block a user