File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 54
54
# 11. rm -rf ./webgoat-container
55
55
rm -rf ../../webgoat-container
56
56
57
- # Build and install security-analyser
58
- cd ../../../../
59
-
60
- (cd $SECURITY_SCANNER_HOME && make install)
61
-
62
57
# Run security-analyser on each lesson which works separately
63
- cd dist
58
+ cd $SECURITY_SCANNER_HOME
64
59
65
60
for LESSON in $LESSONS_WHICH_WORK
66
61
do
67
- python3 ../driver/run.py -C $SCRIPT_WORKING_DIR /WebGoatRules.json -I $REPO_DIR -L $REPO_DIR -R GENUINE /WebGoat/$LESSON /RESULTS -T GENUINE /WebGoat/TEMP --name WebGoat --verbosity 9 --use-models-library --do-not-use-precise-access-paths --rebuild --timeout 10000000 --entry-point Main.$LESSON
62
+ python3 $SCRIPT_WORKING_DIR / ../../ driver/run.py -C $SCRIPT_WORKING_DIR /WebGoatRules.json -I $REPO_DIR -L $REPO_DIR -R $SCRIPT_WORKING_DIR /WebGoat-results /$LESSON -T $SCRIPT_WORKING_DIR /WebGoat-tmp --name WebGoat --verbosity 9 --use-models-library --do-not-use-precise-access-paths --rebuild --timeout 10000000 --entry-point Main.$LESSON
68
63
done
You can’t perform that action at this time.
0 commit comments