File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
- name : Scan Wavsep
34
34
run : |
35
35
# start Wavsep
36
- docker run --rm -it - p 8080:8080 -p 3306:3306 zaproxy/wavsep
36
+ docker run --rm -p 8080:8080 -p 3306:3306 zaproxy/wavsep
37
37
38
38
cd zap-mgmt-scripts/scans/wavsep
39
39
# Need to do this so the zap user in docker can write to the directory
40
40
mkdir res
41
41
chmod a+w res
42
- docker run -v $(pwd):/zap/wrk/:rw --network host -t ghcr.io/zaproxy/zaproxy:nightly zap.sh -cmd -silent -autorun /zap/wrk/wavsep.yaml
42
+ docker run -v $(pwd):/zap/wrk/:rw --network host ghcr.io/zaproxy/zaproxy:nightly zap.sh -cmd -silent -autorun /zap/wrk/wavsep.yaml
43
43
cp res/*.yml ../../../zaproxy-website/site/data/scans/wavsep/
44
44
45
45
- name : Raise a PR on the website
You can’t perform that action at this time.
0 commit comments