Skip to content

Commit

Permalink
apply Anais comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Oct 13, 2023
1 parent 86ac011 commit cbd87f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/coverage/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ When scanning a Kubernetes cluster, Trivy differentiates between the following:
1. Cluster configuration (e.g Roles, ClusterRoles).
1. Application workloads (e.g nginx, postgresql).

When scanning any of the above, Trivy differentiates between the Kubernetes Resource definition (i.e the YAML that defines it), and the container image if relevant.
Whenever Trivy scans either of these Kubernetes resources, the container image is scanned separately to the Kubernetes Resource Definition (the YAML manifest) that defines the resource.
When scanning any of the above, the container image is scanned separately to the Kubernetes Resource Definition (the YAML manifest) that defines the resource.

Container image is scanned for:
- Vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/target/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When scanning a Kubernetes cluster, Trivy differentiates between the following:
1. Cluster configuration (e.g Roles, ClusterRoles).
1. Application workloads (e.g nginx, postgresql).

When scanning any of the above, Trivy differentiates between the Kubernetes Resource definition (i.e the YAML that defines it), and the container image if relevant.
When scanning any of the above, the container image is scanned separately to the Kubernetes Resource Definition (the YAML manifest) that defines the resource.

Container image is scanned for:
- Vulnerabilities
Expand Down

0 comments on commit cbd87f9

Please sign in to comment.