From 8beac8275a5e36f53ea773edd7e69d1cc1fdf908 Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:42:30 +0000 Subject: [PATCH] Shift to using semgrep CI (#3447) --- .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"