We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e012 commit 4e0ed94Copy full SHA for 4e0ed94
1 file changed
.github/workflows/semprep.yaml
@@ -29,8 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
with:
31
repository: grafana/security-github-actions
32
- path: .semgrep-org-rules
33
sparse-checkout: sempgrep/custom-rules.yaml
34
35
# Run semgrep with: auto rules + org-wide shared rules
36
- - run: semgrep scan --config auto --config .semgrep-org-rules/.semgrep/
+ - run: semgrep scan --config semgrep/custom-rules.yaml
0 commit comments