Skip to content

Commit ddad9d0

Browse files
committed
Git. Fixed bug in segrep workflow
1 parent 887ae94 commit ddad9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Modify the --config option to 'r/all' to scan using all rules,
4040
# or use multiple flags to specify particular rules, such as
4141
# --config r/all --config custom/rules
42-
run: semgrep scan -q --sarif --config auto ./vulnerable-source-code > semgrep-results.sarif
42+
run: semgrep scan -q --sarif --config auto > semgrep-results.sarif
4343

4444
# upload the results for the CodeQL GitHub app to annotate the code
4545
- name: Save SARIF results as artifact

0 commit comments

Comments
 (0)