We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975abcb commit 5e301c3Copy full SHA for 5e301c3
Dockerfile
@@ -17,4 +17,4 @@ RUN python3 -m venv .venv \
17
&& pip install -r requirements.txt
18
19
# Perform sl analysis
20
-RUN ./sl analyze --app flask-webgoat-docker --tag branch=$BRANCH --python --cpg --beta .
+RUN ./sl analyze --app flask-webgoat-docker --tag branch=$BRANCH --python --cpg .
0 commit comments