diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 4bf06d1..8593017 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - run: semgrep ci + - run: semgrep scan --config=auto env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} SEMGREP_URL: https://cloudflare.semgrep.dev