Skip to content

Commit 4e0ed94

Browse files
committed
custom rules only
1 parent 411e012 commit 4e0ed94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/semprep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
repository: grafana/security-github-actions
32-
path: .semgrep-org-rules
3332
sparse-checkout: sempgrep/custom-rules.yaml
3433

3534
# Run semgrep with: auto rules + org-wide shared rules
36-
- run: semgrep scan --config auto --config .semgrep-org-rules/.semgrep/
35+
- run: semgrep scan --config semgrep/custom-rules.yaml

0 commit comments

Comments
 (0)