From 954547a913d6e50a729eef2c693e0b2cbdb0a5eb Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Fri, 1 Mar 2024 16:59:13 +0100 Subject: [PATCH] feat(COD-2330): remove the Semgrep install step --- .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