Skip to content

Commit d4ed740

Browse files
authored
fix: Update the Semgrep config (#306)
Updates the Semgrep GH workflow config
1 parent 213d461 commit d4ed740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout code
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
3737
# Run the "semgrep ci" command on the command line of the docker image.
38-
- run: semgrep ci --sarif > semgrep.sarif
38+
- run: semgrep ci --sarif --sarif-output=semgrep.sarif
3939
env:
4040
# Connect to Semgrep AppSec Platform through your SEMGREP_APP_TOKEN.
4141
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)