Commit 250c1bbd authored by FulcrandG's avatar FulcrandG
Browse files

Testing report for zaproxy job

parent cb3275a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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}"