-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
bump needed for trivy to v0.57.1 in harbor-scanner-trivy #21223
Comments
Technically harbor v2.11.2 now contains harbor-scanner-trivy If you use the helm chart, version trivy:
extraEnvVars:
- name: SCANNER_TRIVY_DB_REPOSITORY
value: mirror.gcr.io/aquasec/trivy-db,ghcr.io/aquasecurity/trivy-db
- name: SCANNER_TRIVY_JAVA_DB_REPOSITORY
value: mirror.gcr.io/aquasec/trivy-java-db,ghcr.io/aquasecurity/trivy-java-db For previous versions, you can change the image version in the chart values (untested): trivy:
image:
tag: v2.12.0 For the new trivy defaults, an upgrade to trivy |
Just for clearance @benji78 - I recently updated Harbor to 2.12.0 because of the first trivy fix a few weeks ago.
goharbor/trivy-adapter-photon:v2.12.0 is what I use (docker-compose setup) |
@dan-m8t I think the answer is yes. |
We'll resolve this one after trivy adapter's GAed, reopening... |
Closing the issue as v2.12.1 has pinned to trivy adapter v0.32.1 and trivy v0.57.1 via #21308 |
Hello everyone,
I'm proposing that trivy is updated to v0.57.1 in harbor-scanner-trivy.
Reason: trivy scanner is not usable since quite a while because the vuln-db download constantly fails, because of github rate-limiting at the organization level ("aquasecurity"), see:
aquasecurity/trivy#7938
fixed in version: trivy to v0.57.1
If this is not possible, then maybe the PR goharbor/harbor-scanner-trivy#7 could be merged and the helm chart at https://helm.goharbor.io updated, to allow setting the vuln-db URLs manually.
PS: since recently the new home of harbor-scanner-trivy is:
https://github.com/goharbor/harbor-scanner-trivy
The text was updated successfully, but these errors were encountered: