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

@ -13,7 +13,7 @@
group: "root"
mode: "0600"
notify: "restart zot"
when: "zot_dockerhub_username is defined and zot_dockerhub_password is defined"
when: "zot_sync_credentials is defined and zot_sync_credentials | length > 0"
# create config file
- name: "create config file"