k8s scanning fails in 0.47.0 #5521
Closed
michael-mader
started this conversation in
Bugs
Replies: 2 comments
-
@chen-keinan Can you please take a quick look? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@michael-mader I have created an issue #5528 for it and I will add a fix to it. |
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
The following command fails with trivy 0.47.0:
trivy -d k8s --context "my-context" -n default deployments/my-release
It fails with this output:
it is working in 0.46.1 and below. It is failing when using the trivy binary on MacOS 14.1 and running the 0.47.0 docker image on linux.
Desired Behavior
Runs till end and does only fail if there are vulnerabilities
Actual Behavior
Fails:
Reproduction Steps
Target
Kubernetes
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions