Replies: 1 comment 9 replies
-
I'm seeing the same issue. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Running the trivy github actions ends with the following error:
2024-09-10T12:50:02Z FATAL Fatal error image scan error: scan error: scan failed: scan failed: failed to detect vulnerabilities: unable to scan OS packages: failed vulnerability detection of OS packages: failed detection: failed to get Ubuntu advisories: failed to get Ubuntu advisories: failed to unmarshal advisory JSON: json: cannot unmarshal string into Go struct field dbAdvisory.Status of type int
It was working this morning (UTC+2) , but is not working any more (14:57 UTC+2).
Full log:
Desired Behavior
I want to scan images with the github action sucessfully.
Actual Behavior
Scanning fails, making the github actions build fail.
Reproduction Steps
Not sure I'm just trying to scan an image generated from maven using google jib.
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
Github Actions
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions