diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 9caf4913..4f967c79 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -59,16 +59,10 @@ jobs: - uses: pre-commit/action@v3.0.1 semgrep: - runs-on: ubuntu-latest - name: security-sast-semgrep if: github.actor != 'dependabot[bot]' - steps: - - uses: actions/checkout@v4 - - name: Semgrep - id: semgrep - uses: semgrep/semgrep-action@v1 - with: - publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} + uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main + secrets: + SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} run-unit-tests: name: test-unit ${{ matrix.python-version }}