From cb02a9dc8babe27a02400a8530be02adcd31f3aa Mon Sep 17 00:00:00 2001 From: Scott Fryer Date: Wed, 6 Mar 2024 09:45:11 +0000 Subject: [PATCH] Fix semgrep sha --- .github/workflows/semgrep_diff.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semgrep_diff.yml b/.github/workflows/semgrep_diff.yml index e0dfdcd9f0..0fd93989b0 100644 --- a/.github/workflows/semgrep_diff.yml +++ b/.github/workflows/semgrep_diff.yml @@ -19,5 +19,4 @@ jobs: # Step 2: Differential scan - name: Differential scan run: | - semgrep scan --error --metrics=off --config="p/trailofbits" \ - --baseline-commit ${{ github.event.before }} + semgrep scan --config="p/trailofbits" --baseline-commit ${{ github.event.before }}