Skip to content

Commit

Permalink
feat: add new OWASP ZAP proxy image
Browse files Browse the repository at this point in the history
Used for weekly security web scans
  • Loading branch information
CallumNZ committed May 7, 2024
1 parent a688888 commit 027bcca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ list of vendored base images
| ghcr.io/geonet/base-images/centos | Centos 7 and stream variants available as tags eg :centos7 :stream8 |
| ghcr.io/geonet/base-images/chart-centos7 | Centos 7 base image updated to add extract packages needed for the chart app |
| ghcr.io/geonet/base-images/curl | A minimal image only containing curl |
| ghcr.io/geonet/base-images/owasp/zap2docker-stable | An image to run OWASP's Zed Attack Proxy security web scanner |
| ghcr.io/geonet/base-images/zaproxy/zaproxy | An image to run OWASP's Zed Attack Proxy security web scanner |
| ghcr.io/geonet/base-images/alpine-xslt | Alpine with libxslt for XML parsing |
| ghcr.io/geonet/base-images/alpine-gdal | Alpine with gdal for raster and vector geospatial data formats |
| ghcr.io/geonet/base-images/fedora | fedora for build tasks |
Expand Down
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ sync:
issuerRegExp: https://token.actions.githubusercontent.com
subjectRegExp: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main
destination: ghcr.io/geonet/base-images/curl:8.1.2
- source: ghcr.io/zaproxy/zaproxy:20240402-stable@sha256:3280adc730131f1f4460ab226b0f85e3e9ab3301ef5a7030f745ac4dd6b6ff87
destination: ghcr.io/geonet/base-images/zaproxy/zaproxy:20240402-stable
- source: docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7
destination: ghcr.io/geonet/base-images/shellcheck:v0.9.0
- source: docker.io/tonistiigi/binfmt:latest@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55
Expand Down

0 comments on commit 027bcca

Please sign in to comment.