Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove owasp image #224

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ sync:
- source: quay.io/fedora/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 # 38 for 2024-01-28
destination: ghcr.io/geonet/base-images/fedora:38
auto-update-mutable-tag-digest: true
- source: quay.io/fedora/fedora:39@sha256:0a8da44c07b9e6abb607ef2ef203a1bcb76ef3c95d754275ea55c8b31c29ee50 # 39 for 2024-04-22
- source: quay.io/fedora/fedora:39@sha256:9462f5f1756e60001d949f20fe5b2ead83fce9780f6c28a944e45530c54b48a7 # 39 for 2024-04-22
destination: ghcr.io/geonet/base-images/fedora:39
auto-update-mutable-tag-digest: true
- source: quay.io/fedora/fedora:38-aarch64@sha256:fb9ae7277805988d510b275e93a1cdcef2a5ea45b112b19f8641b0e9b82a614f # 38-aarch64 for 2024-01-28
destination: ghcr.io/geonet/base-images/fedora:38-aarch64
auto-update-mutable-tag-digest: true
- source: quay.io/fedora/fedora:39-aarch64@sha256:4bbf8d8cd848b70c91262d478bcc65d5b95c18157b659f911b23b3121c9070fc # 39-aarch64 for 2024-04-22
- source: quay.io/fedora/fedora:39-aarch64@sha256:4141644468674818ae8233dcc8f9301e48abe2faf2319e27de3d68aacf7ae9c7 # 39-aarch64 for 2024-04-22
destination: ghcr.io/geonet/base-images/fedora:39-aarch64
auto-update-mutable-tag-digest: true
- source: quay.io/fedora/fedora-coreos:stable@sha256:b59e7783254552a35e59ba106ef00a3b1aea5cf4d85f9f41f7080b3059b6651d # stable for 2024-04-10
Expand All @@ -99,8 +99,6 @@ 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: docker.io/owasp/zap2docker-stable:2.14.0@sha256:3033e8c6fc598b8144c6daa75b634906d56ffe81d297d294bf2a0ad4c2a18d91
destination: ghcr.io/geonet/base-images/owasp/zap2docker-stable:2.14.0
- 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
Loading