Skip to content

Commit 56fa2d4

Browse files
Merge pull request #301 from skyflowapi/Revanthathreya-patch-13
SC-3151:Update semgrep.yml
2 parents 468ce62 + b996425 commit 56fa2d4

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Run Semgrep
2222
run: |
23-
semgrep --config .semgreprules/customRule.yml --config auto --severity ERROR --sarif . > results.sarif
23+
semgrep --config auto --severity ERROR --sarif . > results.sarif
2424
2525
- name: Upload SARIF file
2626
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)