Skip to main content

astroctl infra kubernetes vulnerabilities

Show the latest vulnerability scan findings for a cluster, by application

astroctl infra kubernetes vulnerabilities [cluster-name] [flags]

Examples


astroctl infra k8s vulnerabilities -c my-cluster
astroctl infra k8s vulnerabilities my-cluster -o json

# Drill into one application's actual CVEs (live read, not the stored summary)
astroctl infra k8s vulnerabilities my-cluster --application checkout

Options

--application string narrow to one application's (or add-on's) CVE detail, by name as shown in the summary table
-c, --cluster-name string cluster name
-h, --help help for vulnerabilities
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO