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 d156287 commit 9fcd861Copy full SHA for 9fcd861
.github/workflows/build-test-release.yaml
@@ -62,14 +62,9 @@ jobs:
62
- uses: pre-commit/action@v3.0.0
63
64
semgrep:
65
- runs-on: ubuntu-latest
66
- name: security-sast-semgrep
67
- steps:
68
- - uses: actions/checkout@v4
69
- - id: semgrep
70
- uses: semgrep/semgrep-action@v1
71
- with:
72
- publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
+ uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main
+ secrets:
+ SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
73
74
run-unit-tests:
75
runs-on: ubuntu-latest
0 commit comments