Multiple errors from trivy scan #7751
Closed
surajkoditala
started this conversation in
Bugs
Replies: 1 comment
-
Here is the summary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Azure devops extension - https://learn.microsoft.com/en-us/azure/defender-for-cloud/azure-devops-extension
We are using the below task for trivy scan in the azure pipelines using microsoft security devops. Facing a couple of scenarios and having the problems,
2024-10-16T15:15:21Z FATAL Fatal error init error: DB error: failed to download vulnerability DB: database download error: oci download error: failed to fetch the layer: GET https://ghcr.io/v2/aquasecurity/trivy-db/blobs/sha256:2ea6fd2ba7b1b63c15bc8b71e78dcb6feb7719f911fe96ae0c6610a10ed11bdc: TOOMANYREQUESTS: retry-after: 380.903µs, allowed: 44000/minute
##[error]Error running trivy job: 1 of 1
##[error]GuardianErrorExitCodeException: trivy completed with an Error exit code: 1. The tool did not complete successfully due to bad parameters or a scan error. Contact TrivySecSupport for assistance.
Desired Behavior
If the task is successful, should be able to see the vulnerabilities under scan tab in each pipeline
Actual Behavior
No vulnerabilites are being reported or results are shown
Reproduction Steps
Target
Container Image
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
Ubuntu
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions