From b996425aeaf42d94a9ff3e4d29ee09248072cc7d Mon Sep 17 00:00:00 2001 From: Revanthathreya <143704329+Revanthathreya@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:41:08 +0530 Subject: [PATCH] SC-3151:Update semgrep.yml Updating the semgrep to scan for the default scan, as we are modifying the customrule. --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1dbeb722..c0c11b6a 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