trivy fails its own security scan #9524
Closed
flegelleicht
started this conversation in
Bugs
Replies: 1 comment
-
|
They have been fixed in the main branch and will be released in v0.67.0. Line 281 in 8e40d27 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I followed the guide at https://trivy.dev/v0.66/docs/advanced/container/embed-in-dockerfile/ to scan my self-built trivy image.
Desired Behavior
trivy passes its own security check
Actual Behavior
When I build my image with the current trivy version (0.66.0), it fails its security check with the following output:
Reproduction Steps
This Dockerfile reproduces the issue:
Build it with
docker build -t trivy-minimal-example --target=vulnscan .Target
Filesystem
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
alpine linux
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions