We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273675b commit d875027Copy full SHA for d875027
.github/workflows/reusable-build-test-release.yml
@@ -305,19 +305,11 @@ jobs:
305
with:
306
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
307
version: 3.77.0
308
-
+
309
semgrep:
310
- runs-on: ubuntu-latest
311
- name: security-sast-semgrep
312
- container:
313
- image: returntocorp/semgrep
314
- steps:
315
- - uses: actions/checkout@v4
316
- - name: Semgrep
317
- id: semgrep
318
- run: semgrep ci
319
- env:
320
- SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
+ uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main
+ secrets:
+ SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
321
322
test-inventory:
323
runs-on: ubuntu-latest
0 commit comments