We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa401c + 862b04f commit 752a03eCopy full SHA for 752a03e
4 files changed
client/requirements/install.bat
@@ -19,7 +19,7 @@ ECHO install pylint
19
pip3 install pylint==2.6.0
20
21
ECHO install semgrep
22
-pip3 install semgrep==0.54.0
+pip3 install semgrep==0.100.0
23
@REM SET SEMGREP_HOME="%TOOLS_DIR%/semgrep"
24
@REM SET SEMGREP_RULES_HOME="%SEMGREP_HOME%/rules"
25
@REM cd %SEMGREP_HOME%
client/requirements/install.sh
@@ -17,7 +17,7 @@ OS=`uname -s`
17
pip3 install -q pylint==2.6.0
18
# install semgrep
-pip3 install -q semgrep==0.54.0
+pip3 install -q semgrep==0.100.0
# SEMGREP_HOME="$TOOLS_DIR/semgrep"
# SEMGREP_RULES_HOME="$SEMGREP_HOME/rules"
# cd $SEMGREP_HOME
0 commit comments