Skip to content

Commit

Permalink
CCM-5987: testing fail on warning set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
lapenna-bjss committed Jan 3, 2025
1 parent 9246d3e commit 703f7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ COPY ./zap/policies/ /home/zap/.ZAP/policies/

RUN ./zap.sh -addoninstallall -cmd
RUN ./zap.sh -addonuninstall communityScripts -cmd
RUN ./zap.sh -addonuninstall packpentester -cmd
RUN ./zap.sh -addonuninstall wappalyzer -cmd
# RUN ./zap.sh -addonuninstall packpentester -cmd
# RUN ./zap.sh -addonuninstall wappalyzer -cmd
2 changes: 1 addition & 1 deletion zap/zap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
private_key: ${INTEGRATION_PRIVATE_KEY_CONTENTS}
parameters:
failOnError: true
failOnWarning: true
failOnWarning: false
progressToStdout: true

jobs:
Expand Down

0 comments on commit 703f7b1

Please sign in to comment.