From f069f3a512e6bc0d4701da4a573c85653ea3f605 Mon Sep 17 00:00:00 2001 From: jdesouza Date: Mon, 16 Sep 2024 10:10:22 -0300 Subject: [PATCH] INSIGHTS-348 - Fix vunerability CVE-2024-27304 (#961) * INSIGHTS-348 Fix vunerability CVE-2024-27304 * INSIGHTS-348 Fix vunerability CVE-2024-27304 --- fairwinds-insights.yaml | 2 +- plugins/kube-bench/CHANGELOG.md | 3 +++ plugins/kube-bench/Dockerfile | 2 +- plugins/kube-bench/version.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fairwinds-insights.yaml b/fairwinds-insights.yaml index 6d3fd24b0..a28a98c4b 100644 --- a/fairwinds-insights.yaml +++ b/fairwinds-insights.yaml @@ -15,7 +15,7 @@ images: - quay.io/fairwinds/cloud-costs:0.3.6 - quay.io/fairwinds/falco-agent:0.3.9 - quay.io/fairwinds/fw-kube-bench-aggregator:0.3.17 - - quay.io/fairwinds/fw-kube-bench:0.4.16 + - quay.io/fairwinds/fw-kube-bench:0.5.0 - quay.io/fairwinds/kubectl:0.20.5 - quay.io/fairwinds/fw-kubesec:1.4.8 - quay.io/fairwinds/kyverno:0.3.0 diff --git a/plugins/kube-bench/CHANGELOG.md b/plugins/kube-bench/CHANGELOG.md index 34dffd2c6..3ec126480 100644 --- a/plugins/kube-bench/CHANGELOG.md +++ b/plugins/kube-bench/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.5.0 +* bumped kube-bench to 0.8.0 + ## 0.4.16 * add support for go workspace diff --git a/plugins/kube-bench/Dockerfile b/plugins/kube-bench/Dockerfile index 74ff39375..7632c7a44 100644 --- a/plugins/kube-bench/Dockerfile +++ b/plugins/kube-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/kube-bench:v0.6.14 +FROM aquasec/kube-bench:v0.8.0 RUN apk --no-cache add ca-certificates RUN apk -U upgrade diff --git a/plugins/kube-bench/version.txt b/plugins/kube-bench/version.txt index 5745cc7b1..8f0916f76 100644 --- a/plugins/kube-bench/version.txt +++ b/plugins/kube-bench/version.txt @@ -1 +1 @@ -0.4.16 +0.5.0