File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
do
48
48
docker run --network=host --user=root -v $(pwd):/zap/wrk/:rw ghcr.io/zaproxy/zaproxy:nightly zap.sh \
49
49
-cmd -silent -config scanner.injectable=15 -autorun /zap/wrk/$s/af-plan.yaml
50
- cp results/$s.yaml ../../../zaproxy-website/site/data/scans/benchmark/
50
+ cp results/$s.yml ../../../zaproxy-website/site/data/scans/benchmark/
51
51
done
52
52
53
53
- name : Raise a PR on the website
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var target = 'https://localhost:8443/benchmark';
16
16
var FileWriter = Java . type ( 'java.io.FileWriter' ) ;
17
17
var PrintWriter = Java . type ( 'java.io.PrintWriter' ) ;
18
18
19
- var YAML_FILE = OUTPUT_DIR + "/" + VULNERABILITY + ".yaml " ;
19
+ var YAML_FILE = OUTPUT_DIR + "/" + VULNERABILITY + ".yml " ;
20
20
var fw = new FileWriter ( YAML_FILE ) ;
21
21
var pw = new PrintWriter ( fw ) ;
22
22
You can’t perform that action at this time.
0 commit comments