Update semgrep to the latest version - 0.97.0 (#15987)
This commit is contained in:
parent
d2ed39a04e
commit
9a31a52870
|
@ -766,7 +766,7 @@ jobs:
|
|||
- run:
|
||||
command: |
|
||||
apk add --no-cache python3 py3-pip make
|
||||
python3 -m pip install --user semgrep==0.86.5
|
||||
python3 -m pip install --user semgrep==0.97.0
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
echo "$ semgrep --version"
|
||||
|
|
|
@ -7,7 +7,7 @@ steps:
|
|||
name: Setup Semgrep
|
||||
command: |
|
||||
apk add --no-cache python3 py3-pip make
|
||||
python3 -m pip install --user semgrep==0.86.5
|
||||
python3 -m pip install --user semgrep==0.97.0
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
echo "$ semgrep --version"
|
||||
|
|
Loading…
Reference in New Issue