Update .gitea/workflows/datadog-static-analysis.yml
This commit is contained in:
parent
71efbfcc83
commit
1a26b0b3fb
@ -20,4 +20,6 @@ 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 || 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
|
Loading…
x
Reference in New Issue
Block a user