From 3c6cf0e87828f7af8a897c51d985415ae48c7226 Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:22:40 +0000 Subject: [PATCH] Shift to using semgrep CI --- .github/workflows/semgrep_diff.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep_diff.yml b/.github/workflows/semgrep_diff.yml index e0dfdcd9f0..32b28382d8 100644 --- a/.github/workflows/semgrep_diff.yml +++ b/.github/workflows/semgrep_diff.yml @@ -19,5 +19,5 @@ jobs: # Step 2: Differential scan - name: Differential scan run: | - semgrep scan --error --metrics=off --config="p/trailofbits" \ - --baseline-commit ${{ github.event.before }} + semgrep ci \ + --config="p/trailofbits"