feat: use new datastructure for dockerhub auth and make cve scanning optional

This commit is contained in:
Simon Cornet 2026-05-08 13:42:41 +02:00
commit 93312400b2
4 changed files with 20 additions and 10 deletions

View file

@ -4,6 +4,12 @@
# renovate: datasource=github-releases depName=project-zot/zot versioning=pep440
zot_version: "2.1.16"
# dockerhub credentials (optional, avoids rate limits)
# zot_dockerhub_username: ""
# zot_dockerhub_password: ""
# enable cve scanning of images
zot_cve_scanning: false
# sync registry credentials (optional, avoids rate limits)
# zot_sync_credentials:
# - name: "dockerhub"
# registry: "registry-1.docker.io"
# username: "X"
# password: "Y"