diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1dbeb72..c0c11b6 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -20,7 +20,7 @@ jobs: - name: Run Semgrep run: | - semgrep --config .semgreprules/customRule.yml --config auto --severity ERROR --sarif . > results.sarif + semgrep --config auto --severity ERROR --sarif . > results.sarif - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3