Loading jobs/zaproxy/zaproxy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ zaproxy: ZAP_SCANNERS: "" ZAP_CONTEXT: "" ZAP_TARGET: "http://app" ZAP_REPORT: "zap-report.xml" ZAP_REPORT: "zap-report.html" script: - zap-cli start --start-options '-config api.disablekey=true' - if [ ! -z ${ZAP_CONTEXT} ]; then Loading @@ -29,7 +29,7 @@ zaproxy: - zap-cli active-scan --recursive ${ZAP_TARGET} - fi - fi - zap-cli report -o ${CI_PROJECT_DIR}/${ZAP_REPORT} -f xml - zap-cli report -o ${CI_PROJECT_DIR}/${ZAP_REPORT} -f html artifacts: paths: - "${ZAP_REPORT}" Loading Loading
jobs/zaproxy/zaproxy.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ zaproxy: ZAP_SCANNERS: "" ZAP_CONTEXT: "" ZAP_TARGET: "http://app" ZAP_REPORT: "zap-report.xml" ZAP_REPORT: "zap-report.html" script: - zap-cli start --start-options '-config api.disablekey=true' - if [ ! -z ${ZAP_CONTEXT} ]; then Loading @@ -29,7 +29,7 @@ zaproxy: - zap-cli active-scan --recursive ${ZAP_TARGET} - fi - fi - zap-cli report -o ${CI_PROJECT_DIR}/${ZAP_REPORT} -f xml - zap-cli report -o ${CI_PROJECT_DIR}/${ZAP_REPORT} -f html artifacts: paths: - "${ZAP_REPORT}" Loading