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 2e10f86 commit 3ad16a8Copy full SHA for 3ad16a8
.github/workflows/build-test-release.yml
@@ -59,16 +59,10 @@ jobs:
59
- uses: pre-commit/action@v3.0.1
60
61
semgrep:
62
- runs-on: ubuntu-latest
63
- name: security-sast-semgrep
64
if: github.actor != 'dependabot[bot]'
65
- steps:
66
- - uses: actions/checkout@v4
67
- - name: Semgrep
68
- id: semgrep
69
- uses: semgrep/semgrep-action@v1
70
- with:
71
- publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
+ uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main
+ secrets:
+ SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
72
73
run-unit-tests:
74
name: test-unit ${{ matrix.python-version }}
0 commit comments