Skip to content

Commit

Permalink
Fixing vulns (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza authored Oct 3, 2024
1 parent 8bc010d commit 51c2496
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.6
- bumped tfsec to 1.28.11 for fixing vulnerabilities

## 5.7.5
- Fixing vulnerabilities

Expand Down
2 changes: 1 addition & 1 deletion plugins/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.20 AS downloader
ARG TARGETARCH
ARG TARGETOS
ENV tfsecVersion=1.28.10
ENV tfsecVersion=1.28.11
ENV trivyVersion=0.55.2
ENV polarisVersion=9.4.1
ENV plutoVersion=5.20.3
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.5
5.7.6

0 comments on commit 51c2496

Please sign in to comment.