-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use kedacore cached trivy image #6243
Conversation
/skip-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work 😄
The value that you have replaced is the image to be tested, not the image used.
We must set the env 'TRIVY_DB_REPOSITORY' in the task, pointing to the image -> https://aquasecurity.github.io/trivy/v0.27.1/docs/references/cli/server/
--db-repository value OCI repository to retrieve trivy-db from (default: "ghcr.io/aquasecurity/trivy-db") [$TRIVY_DB_REPOSITORY]
Signed-off-by: Jan Wozniak <[email protected]>
fd05805
to
551ac58
Compare
oh, my bad, will setting |
Signed-off-by: michael pechner <[email protected]>
Signed-off-by: Chirag Bhatia <[email protected]>
https://github.com/orgs/kedacore/packages/container/package/trivy-db
for now, synced manually by:
I will followup with some automation later