Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paroksh Sharma committed Aug 30, 2019
1 parent dd13393 commit ab571a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ pipeline {
try{
sh 'sleep 1m'
// sh 'zap-baseline.py -t http://localhost:8082 -r baseline-scan-report.html '
sh 'zap-cli -p 8090 -v quick-scan -sc -l Informational -o \'-config api.disablekey=true\' http://localhost:8082/ '
sh 'zap-cli -p 8090 -v quick-scan -sc -l Informational -f json -o \'-config api.disablekey=true\' http://localhost:8082/ '
sh 'zap-cli report '
echo 'zap complete'
}
catch (err)
Expand Down

0 comments on commit ab571a0

Please sign in to comment.