Skip to content

Commit

Permalink
INSIGHTS-234 Fix helm vuln CVE-2024-41110 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza authored Aug 15, 2024
1 parent 4f057d7 commit 2299257
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions plugins/ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.7.2
- fixed helm vulnerability

## 5.7.1
- fixed docker vulnerability

Expand Down
2 changes: 1 addition & 1 deletion plugins/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV tfsecVersion=1.28.9
ENV trivyVersion=0.54.1
ENV polarisVersion=9.0.0
ENV plutoVersion=5.20.0
ENV helmVersion=3.15.3
ENV helmVersion=3.15.4

# Bash and openssl are required by the Helm script.
RUN apk update && apk --no-cache add curl bash openssl ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion plugins/ci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.1
5.7.2

0 comments on commit 2299257

Please sign in to comment.