Skip to content

Commit 8766888

Browse files
committed
fix: use supported Semgrep scan flags
1 parent 373c253 commit 8766888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Run Semgrep SAST Scan
24-
run: semgrep scan --config auto --metrics=off --oss-only --suppress-errors --sarif --sarif-output=results.sarif
24+
run: semgrep scan --config auto --metrics=off --sarif --sarif-output=results.sarif
2525

2626
- name: Upload SARIF file
2727
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)