diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 8cdbf8d4d..5afbb0d92 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -36,11 +36,12 @@ jobs: steps: # Fetch project source with GitHub Actions Checkout. Use either v3 or v4. - uses: actions/checkout@v4 - # Run the "semgrep ci" command on the command line of the docker image. + - run: semgrep scan --error --quiet - # - run: semgrep ci - # env: + + - run: semgrep ci + env: # Connect to Semgrep AppSec Platform through your SEMGREP_APP_TOKEN. # Generate a token from Semgrep AppSec Platform > Settings # and add it to your GitHub secrets. - # SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file