Update .gitea/workflows/datadog-static-analysis.yml
Some checks failed
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 14s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 14s
Datadog Static Analysis / Datadog Static Analyzer (push) Failing after 21s
Release / build (push) Successful in 34s
Semgrep CE scan / semgrep-oss/scan (push) Failing after 8s
Release / publish_head (push) Successful in 35s
Some checks failed
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 14s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 14s
Datadog Static Analysis / Datadog Static Analyzer (push) Failing after 21s
Release / build (push) Successful in 34s
Semgrep CE scan / semgrep-oss/scan (push) Failing after 8s
Release / publish_head (push) Successful in 35s
This commit is contained in:
parent
997afcdd9e
commit
61392e296c
@ -16,4 +16,8 @@ jobs:
|
|||||||
dd_api_key: ${{ secrets.DD_API_KEY }}
|
dd_api_key: ${{ secrets.DD_API_KEY }}
|
||||||
dd_app_key: ${{ secrets.DD_APP_KEY }}
|
dd_app_key: ${{ secrets.DD_APP_KEY }}
|
||||||
dd_site: datadoghq.com
|
dd_site: datadoghq.com
|
||||||
cpu_count: 2
|
cpu_count: 2
|
||||||
|
- name: Run Semgrep
|
||||||
|
run: |
|
||||||
|
python3 -m pip install semgrep
|
||||||
|
semgrep ci
|
Loading…
x
Reference in New Issue
Block a user