From 96d673a71da2f9794c1454314b0b3b288ed61806 Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Fri, 22 Mar 2024 09:05:07 +0100 Subject: [PATCH] feat(COD-2330): remove the Semgrep install step (#1574) --- .github/workflows/lacework-code-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lacework-code-analysis.yml b/.github/workflows/lacework-code-analysis.yml index aeffef851..da995fba7 100644 --- a/.github/workflows/lacework-code-analysis.yml +++ b/.github/workflows/lacework-code-analysis.yml @@ -25,8 +25,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 2 - # TODO: remove once Semgrep is packaged in SAST - - run: python3 -m pip install semgrep==1.50.0 - name: Checkout old if: ${{ matrix.target == 'old' }} run: git checkout HEAD^1