We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213d461 commit d4ed740Copy full SHA for d4ed740
.github/workflows/semgrep.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Checkout code
36
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
37
# Run the "semgrep ci" command on the command line of the docker image.
38
- - run: semgrep ci --sarif > semgrep.sarif
+ - run: semgrep ci --sarif --sarif-output=semgrep.sarif
39
env:
40
# Connect to Semgrep AppSec Platform through your SEMGREP_APP_TOKEN.
41
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments