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 7d95b61 commit a968cd1Copy full SHA for a968cd1
.github/workflows/build-test-release.yml
@@ -62,14 +62,9 @@ jobs:
62
- uses: pre-commit/[email protected]
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
test-splunk-unit:
75
runs-on: ubuntu-latest
0 commit comments