Skip to content

Commit

Permalink
Upgraded ZAP in the container image to 2.14 (RedHatProductSecurity#174)
Browse files Browse the repository at this point in the history
upgraded ZAP to 2.14
  • Loading branch information
jeremychoi authored Feb 29, 2024
1 parent 2c92c9f commit 9bbd22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containerize/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN microdnf install -y tar gzip bzip2 java-11-openjdk nodejs

## ZAP, build and install scanners in advance (more scanners will be added)
RUN mkdir -p /opt/zap /tmp/zap && \
curl -sfL 'https://github.com/zaproxy/zaproxy/releases/download/v2.13.0/ZAP_2.13.0_Linux.tar.gz' | tar zxvf - -C /tmp/zap && \
mv -T /tmp/zap/ZAP_2.13.0 /opt/zap && \
curl -sfL 'https://github.com/zaproxy/zaproxy/releases/download/v2.14.0/ZAP_2.14.0_Linux.tar.gz' | tar zxvf - -C /tmp/zap && \
mv -T /tmp/zap/ZAP_2.14.0 /opt/zap && \
### Update add-ons
/opt/zap/zap.sh -cmd -silent -addonupdate && \
### Copy them to installation directory
Expand Down

0 comments on commit 9bbd22d

Please sign in to comment.