Skip to content

Commit

Permalink
upgrade kube-bench to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samir900 committed Jun 5, 2024
1 parent cd53e9b commit c9c4e45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cis-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aquasec/kube-bench:v0.7.0
FROM aquasec/kube-bench:v0.7.3

COPY entpks/config.yaml cfg/entpks.yaml

Expand Down
2 changes: 1 addition & 1 deletion cis-benchmarks/eks/kube-bench-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
value: "true"
- name: DISTRIBUTION
value: "eks"
image: sonobuoy/kube-bench:v0.7.0
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cis-benchmarks/entpks/kube-bench-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
value: "false"
- name: DISTRIBUTION
value: "entpks"
image: sonobuoy/kube-bench:v0.7.0
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cis-benchmarks/gke/kube-bench-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
value: "true"
- name: DISTRIBUTION
value: "gke"
image: sonobuoy/kube-bench:v0.7.0
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cis-benchmarks/kube-bench-master-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
value: "false"
- name: TARGET_POLICIES
value: "false"
image: sonobuoy/kube-bench:v0.7.0
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cis-benchmarks/kube-bench-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
value: "false"
- name: TARGET_POLICIES
value: "false"
image: sonobuoy/kube-bench:v0.7.0
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down

0 comments on commit c9c4e45

Please sign in to comment.