Skip to content

Commit 5e301c3

Browse files
committed
Remove outdated flag from Dockerfile
1 parent 975abcb commit 5e301c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN python3 -m venv .venv \
1717
&& pip install -r requirements.txt
1818

1919
# Perform sl analysis
20-
RUN ./sl analyze --app flask-webgoat-docker --tag branch=$BRANCH --python --cpg --beta .
20+
RUN ./sl analyze --app flask-webgoat-docker --tag branch=$BRANCH --python --cpg .

0 commit comments

Comments
 (0)