There was an error while loading. Please reload this page.
1 parent 3c65733 commit a01e4a3Copy full SHA for a01e4a3
1 file changed
.github/workflows/sast.yml
@@ -24,14 +24,10 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26
27
- - name: Install pipx + Semgrep (pinned)
+ - name: Install Semgrep
28
run: |
29
- set -euxo pipefail
30
- sudo apt-get update
31
- sudo apt-get install -y pipx
32
- pipx ensurepath
33
- echo "$HOME/.local/bin" >> "$GITHUB_PATH"
34
- pipx install semgrep==1.83.0
+ python3 -m pip install --upgrade pip setuptools
+ python3 -m pip install semgrep==1.113.0
35
semgrep --version
36
37
# Note: no --error flag; job will not fail on findings.
0 commit comments