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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue