Replies: 3 comments 1 reply
-
we'd like to spend time to investigate and propose a fix, it would be great if trivy team can provide a guidance/direction. |
Beta Was this translation helpful? Give feedback.
-
@haitch thanks for your interest in Trivy! It's really nice at first, could you test the latest version - v0.58.0? if no, you can see a related PR https://github.com/aquasecurity/trivy-kubernetes/pull/409/files in any case, feel free to ask any questions! |
Beta Was this translation helpful? Give feedback.
-
yep, v0.58.0 works. thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Description
AKS offers LongTermSupport option for customers to keep running older version of kubernetes, while keep receive CVE patches.
in this program, AKS have the kubernetes versioned as
v1.27.100-akslts
, which caused trivy cluster scan stop working.Desired Behavior
expect it to work.
Actual Behavior
trivy kubernetes --report all -f json > lts.trivy.report.json
2024-12-03T16:21:06-08:00 FATAL Fatal error get k8s artifacts with node info error: no compliance commands found
Reproduction Steps
1. create a cluster with 1.27.100-akslts (https://github.com/aks-lts/kubernetes/releases/tag/v1.27.100-akslts , AKS does offer this as paid tier, in couple regions eastus,eastasia,uksouth,centralindia,australiaeast) 2. scan it with trivy.
Target
None
Scanner
None
Output Format
None
Mode
None
Debug Output
Operating System
Linux
Version
Checklist
trivy clean --all
Beta Was this translation helpful? Give feedback.
All reactions