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 887ae94 commit ddad9d0Copy full SHA for ddad9d0
.github/workflows/semgrep.yaml
@@ -39,7 +39,7 @@ jobs:
39
# Modify the --config option to 'r/all' to scan using all rules,
40
# or use multiple flags to specify particular rules, such as
41
# --config r/all --config custom/rules
42
- run: semgrep scan -q --sarif --config auto ./vulnerable-source-code > semgrep-results.sarif
+ run: semgrep scan -q --sarif --config auto > semgrep-results.sarif
43
44
# upload the results for the CodeQL GitHub app to annotate the code
45
- name: Save SARIF results as artifact
0 commit comments