Skip to content

Commit

Permalink
Merge pull request #225 from samir900/main
Browse files Browse the repository at this point in the history
upgrade kube-bench to v0.7.3
  • Loading branch information
nikhita authored Jun 11, 2024
2 parents 91256e5 + 647a45a commit 46f6c95
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.6.17
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.6.17
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.6.17
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.6.17
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.6.17
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.6.17
image: sonobuoy/kube-bench:v0.7.3
name: plugin
resources: {}
volumeMounts:
Expand Down

0 comments on commit 46f6c95

Please sign in to comment.