Replies: 1 comment 1 reply
-
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.
1 reply
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
Resource
with 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
NodeComponents
andCluster
resources 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 --all
Beta Was this translation helpful? Give feedback.
All reactions