Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
IMHO this kind of error should not be 'fatal' and stop all the scanning |
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
When running trivy on host machine everything works fine. When executing the same Trivy command inside of a container it fails.
It fails specifically when it tries to scan the container's own
/proc
directory.Desired Behavior
Host machine scanned from inside the container successfully
Actual Behavior
Reproduction Steps
Target
Filesystem
Scanner
None
Output Format
CycloneDX
Mode
Standalone
Debug Output
Operating System
host: Fedora, container: Alpine
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions