Failed to download policies from protected registry #2325
-
I installed the trivy-operator from the helm charts and want to download the policies from a protected registry. Therefore I changed the values according to the documentation: policiesBundle:
registry: "ghcr.io/cicdior"
repository: aquasecurity/trivy-checks
registryUser: "USERNAME-HERE"
registryPassword: "PASSWORD-HERE" But for some reason the download fails:
I can however download the artefact with the same credentials with the oras oci registry client. For me it seems like username and password are not really used. Thank you in advance for any help. |
Beta Was this translation helpful? Give feedback.
Answered by
tom1299
Nov 26, 2024
Replies: 1 comment
-
So this was my fault. I used a wrong |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tom1299
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So this was my fault. I used a wrong
tag
for the policy bundle oci image. Addingtag: 1
solved the problem