Skip to content

Commit

Permalink
feat(COD-2330): remove the Semgrep install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydubreil committed Mar 1, 2024
1 parent 97c6daa commit 954547a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lacework-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 954547a

Please sign in to comment.