-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INSIGHTS-636 - Fix insights-plugins vulnerabilities (#993)
* INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities * INSIGHTS-636 Fix insights-plugins vulnerabilities
- Loading branch information
Showing
13 changed files
with
286 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
go 1.23.0 | ||
go 1.23.1 | ||
|
||
toolchain go1.23.4 | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Changelog | ||
|
||
## 5.7.19 | ||
* Fixed helm vulnerability | ||
|
||
## 5.7.18 | ||
* Fixed trivy vulnerability | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.7.18 | ||
5.7.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.3.25 | ||
* Bumped kube-bench lib | ||
|
||
## 0.3.24 | ||
* Bumped libs version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
module github.com/fairwindsops/insights-plugins/plugins/kube-bench-aggregator | ||
|
||
go 1.23.0 | ||
go 1.23.1 | ||
|
||
toolchain go1.23.4 | ||
|
||
require github.com/aquasecurity/kube-bench v0.9.4 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.2 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.4 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/golang/glog v1.2.3 // indirect | ||
github.com/golang/glog v1.2.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.9 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.34.1 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/locafero v0.7.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/afero v1.12.0 // indirect | ||
github.com/spf13/cast v1.7.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.19.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/client-go v0.32.0 // indirect | ||
k8s.io/client-go v0.32.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.24 | ||
0.3.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Changelog | ||
|
||
## 0.5.7 | ||
* Bumped docker image | ||
|
||
## 0.5.6 | ||
* Bumped libs version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM aquasec/kube-bench:v0.9.4 | ||
FROM aquasec/kube-bench:v0.10.0 | ||
|
||
ARG TARGETARCH | ||
ARG TARGETOS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.6 | ||
0.5.7 |