k8s: scan open secrets on resources not working #4332
floriandreher
started this conversation in
Bugs
Replies: 1 comment
-
@floriandreher thank you for reporting this issue , I will take a look at it and update you |
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
Hi, i wanted to scan my k8s cluster for bad config maps or pods. However, no issue was reported by trivy.
My CM:
My pod:
What did you expect to happen?
I expected, that trivy would report my configmap and my pod like mentioned here:
#2215
The scan finishes immediately, so i'm not sure if trivy just skipped the scan.
What happened instead?
No issue was reported by trivy
Output of run with
-debug
:Output of
trivy -v
:Beta Was this translation helpful? Give feedback.
All reactions