Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl get vulnerabilitysummaries always return 0 vulnerabilities #187

Open
everythings-gonna-be-alright opened this issue Jan 22, 2025 · 0 comments

Comments

@everythings-gonna-be-alright
Copy link

everythings-gonna-be-alright commented Jan 22, 2025

λ kubectl version
WARNING: version difference between client (1.31) and server (1.29) exceeds the supported minor version skew of +/-1
WARNING: version difference between client (1.31) and server (1.29) exceeds the supported minor version skew of +/-1

After storage v0.0.149, command kubectl get vulnerabilitysummaries -o yaml always return 0 ( List ):

  spec:
    severities:
      critical:
        all: 0
      high:
        all: 0
      low:
        all: 0
      medium:
        all: 0
      negligible:
        all: 0
      unknown:
        all: 0

But if you select specific manifest ( Get ), everything ok:
kubectl get vulnerabilitysummaries ollama -o yaml

spec:
  severities:
    critical:
      all: 1
    high:
      all: 2
    low:
      all: 37
    medium:
      all: 29
    negligible:
      all: 7
    unknown:
      all: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant