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

Summary title syntax error #3825

Closed
omerozery opened this issue Mar 13, 2023 · 0 comments · Fixed by #4055
Closed

Summary title syntax error #3825

omerozery opened this issue Mar 13, 2023 · 0 comments · Fixed by #4055
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. target/kubernetes Issues relating to kubernetes cluster scanning

Comments

@omerozery
Copy link

omerozery commented Mar 13, 2023

the title in the summary refers to the default kuberentes context in my kubeconfig file, though the scan was executed on the context of my choosing.

i am using the latest trivy docker images to scan my k8s (version: 0.38.2)
i use the following command:

docker run \
-v "${KUBECONFIG}:/opt/config" \
-v "./results:/opt/results" \
"aquasec/trivy:latest" \
k8s -o /opt/results/reports.table --kubeconfig /opt/config --context some-cluster --namespace kube-system --ignore-unfixed --scanners vuln --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL  --report summary all

the results i get in the reports.table file are the some-cluster results though the title is

Summary Report for the-default-cluster-in-the-kubeconfig-file
=================================
@knqyf263 knqyf263 added the target/kubernetes Issues relating to kubernetes cluster scanning label Mar 13, 2023
@chen-keinan chen-keinan added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Mar 13, 2023
@itaysk itaysk added the kind/bug Categorizes issue or PR as related to a bug. label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. target/kubernetes Issues relating to kubernetes cluster scanning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants