diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 29e970dcd..5c09fec6f 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -62,14 +62,9 @@ jobs: - uses: pre-commit/action@v3.0.1 semgrep: - runs-on: ubuntu-latest - name: security-sast-semgrep - steps: - - uses: actions/checkout@v4 - - 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 }} test-splunk-unit: runs-on: ubuntu-latest