Replies: 1 comment 2 replies
-
|
hi @oatovar - could you please try with an updated version of Trivy? The latest release is at 0.62.1. |
Beta Was this translation helpful? Give feedback.
2 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
GitLab Operation Container Scanning uses Trivy to scan Kubernetes clusters. Recently, we received a bug report in issue gitlab-org/gitlab#536190 that we tracked down to a
Resourcewith an emptyNamespace.If this is a bug, I'm open to contributing a fix.
Desired Behavior
All resources have a non-empty namespace attached to them.
Actual Behavior
Some resources do not have a namespace attached to them. Specifically, it looks like some
NodeComponentsandClusterresources are missing a namespace. The binary runs within a fresh Pod with no cached data.Reproduction Steps
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
I'm working on getting this.Operating System
Amazon EKS base operating system
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions