feat: use new datastructure for dockerhub auth and make cve scanning optional
This commit is contained in:
parent
107417aaac
commit
93312400b2
4 changed files with 20 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue