diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f5b55d8..ef489bd 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,15 +15,3 @@ jobs: cache: npm - name: npm audit run: npx audit-ci@^6 --config ./audit-ci.jsonc - semgrep: - runs-on: ubuntu-latest - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - container: - image: returntocorp/semgrep - steps: - - uses: actions/checkout@v5 - - run: semgrep ci -