Replies: 1 comment 1 reply
-
|
The page at https://marketplace.visualstudio.com/items?itemName=AquaSecurityOfficial.trivy-official talks about self hosted runners. cc @owenrumney |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've created an issue #8575 but saw that it got automatically closed and for this reason writing it back here.
After switching to Trivy 0.60.0 in Azure DevOps pipeline with self-hosted agent we are unable to scan any image due the following error: "Fatal error: DB error: failed to download vulnerability DB"
Desired Behavior
The scan to download if needed any Trivy image, run and publish results successfully. Using 0.59.0 works perfectly fine with no issues at all.
Actual Behavior
Fatal error: DB error: failed to download vulnerability DB
The scan is stopped and exited with an error even though the task has been set with exitCode: 0
Reproduction Steps
Target
Container Image
Scanner
Vulnerability
Output Format
None
Mode
None
Debug Output
Operating System
Ubuntu 22.04.5
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions