refactor(harbor): use oci.marespkg.com/library/trivy-db for trivy-db instead of ghcr.io
This commit is contained in:
parent
76d7aa4872
commit
5d848a9bb4
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ spec:
|
||||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||||
hosts:
|
hosts:
|
||||||
core: oci.marespkg.com
|
core: oci.marespkg.com
|
||||||
|
trivy:
|
||||||
|
extraEnvVars:
|
||||||
|
- name: SCANNER_TRIVY_DB_REPOSITORY
|
||||||
|
value: "oci.marespkg.com/library/trivy-db:2"
|
||||||
database:
|
database:
|
||||||
type: external
|
type: external
|
||||||
external:
|
external:
|
||||||
|
|
|
||||||
Reference in a new issue