Unable to initialize fs cache #9502
Closed
sebastianvoss
started this conversation in
Bugs
Replies: 2 comments
-
|
@sebastianvoss thanks for the report! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
track #9503 there is a workaround for a while: $ trivy k8s --report=summary --scanners=vuln --cache-backend memory |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When running
trivy k8s --report=summary --include-namespaces some-ns --scanners=vuln --timeout=15m --cache-dir=~/tmp/trivy-cacheresults in error.I already checked the docs and there is no other
trivyprocess running. The cache directory is writable and has enough space.Desired Behavior
Scan should work without errors
Actual Behavior
Reproduction Steps
Run `trivy k8s --report=summary`Target
Kubernetes
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
macOS 15.7
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions