Skip to content

Commit

Permalink
case
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Oct 13, 2023
1 parent cbd87f9 commit 4569b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/coverage/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +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).

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.
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, 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

0 comments on commit 4569b5a

Please sign in to comment.