diff --git a/go.work.sum b/go.work.sum index 9ac5d36e1..18fd8e147 100644 --- a/go.work.sum +++ b/go.work.sum @@ -369,6 +369,8 @@ github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9 github.com/apache/arrow/go/v12 v12.0.1/go.mod h1:weuTY7JvTG/HDPtMQxEUp7pU73vkLWMLpY67QwZ/WWw= github.com/apache/arrow/go/v14 v14.0.2/go.mod h1:u3fgh3EdgN/YQ8cVQRguVW3R+seMybFg8QBQ5LU+eBY= github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= +github.com/aquasecurity/kube-bench v0.9.1 h1:sj5LkqoPd6toPxbJkwH4EZnoefTA7j696gllGWj84Ao= +github.com/aquasecurity/kube-bench v0.9.1/go.mod h1:sdyU/NghA+RP8OyDoEXq99hQOLjK5BolrzGie28b9kk= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= diff --git a/plugins/kube-bench-aggregator/CHANGELOG.md b/plugins/kube-bench-aggregator/CHANGELOG.md index 20a0f9160..c246de9ae 100644 --- a/plugins/kube-bench-aggregator/CHANGELOG.md +++ b/plugins/kube-bench-aggregator/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.20 +* Bumped kube-bench to v0.9.1 + ## 0.3.19 * Bumped kube-bench version diff --git a/plugins/kube-bench-aggregator/go.mod b/plugins/kube-bench-aggregator/go.mod index c715ece8d..3ebc30452 100644 --- a/plugins/kube-bench-aggregator/go.mod +++ b/plugins/kube-bench-aggregator/go.mod @@ -2,14 +2,14 @@ module github.com/fairwindsops/insights-plugins/plugins/kube-bench-aggregator go 1.22.6 -require github.com/aquasecurity/kube-bench v0.9.0 +require github.com/aquasecurity/kube-bench v0.9.1 require ( github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect github.com/aws/aws-sdk-go-v2/service/securityhub v1.53.3 // indirect github.com/aws/smithy-go v1.21.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect - github.com/golang/glog v1.2.0 // indirect + github.com/golang/glog v1.2.2 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect diff --git a/plugins/kube-bench-aggregator/go.sum b/plugins/kube-bench-aggregator/go.sum index b9d5fb7c1..ac0f06766 100644 --- a/plugins/kube-bench-aggregator/go.sum +++ b/plugins/kube-bench-aggregator/go.sum @@ -1,5 +1,5 @@ -github.com/aquasecurity/kube-bench v0.9.0 h1:tecwMoSyhX6h0LFksVbBY/Z4aoQZeCiqk8fjxHzXo4w= -github.com/aquasecurity/kube-bench v0.9.0/go.mod h1:Z1a87CAsTIx/A4ZpDYVAoW5k0w07qqhBt+mF+U5rFdk= +github.com/aquasecurity/kube-bench v0.9.1 h1:sj5LkqoPd6toPxbJkwH4EZnoefTA7j696gllGWj84Ao= +github.com/aquasecurity/kube-bench v0.9.1/go.mod h1:sdyU/NghA+RP8OyDoEXq99hQOLjK5BolrzGie28b9kk= github.com/aws/aws-sdk-go-v2 v1.31.0 h1:3V05LbxTSItI5kUqNwhJrrrY1BAXxXt0sN0l72QmG5U= github.com/aws/aws-sdk-go-v2 v1.31.0/go.mod h1:ztolYtaEUtdpf9Wftr31CJfLVjOnD/CVRkKOOYgF8hA= github.com/aws/aws-sdk-go-v2/service/securityhub v1.53.3 h1:YSmEnPSWj74eOtbXG4Z2J+GTQjBrz7w2wP01isHFZwU= @@ -17,8 +17,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68= -github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/golang/glog v1.2.2 h1:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY= +github.com/golang/glog v1.2.2/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= diff --git a/plugins/kube-bench-aggregator/version.txt b/plugins/kube-bench-aggregator/version.txt index 9ec8136c2..f9a4b5f99 100644 --- a/plugins/kube-bench-aggregator/version.txt +++ b/plugins/kube-bench-aggregator/version.txt @@ -1 +1 @@ -0.3.19 +0.3.20 diff --git a/plugins/kube-bench/CHANGELOG.md b/plugins/kube-bench/CHANGELOG.md index 8894d1784..e35ef826a 100644 --- a/plugins/kube-bench/CHANGELOG.md +++ b/plugins/kube-bench/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.5.3 +- bumped kube-bench to v0.9.1 + ## 0.5.2 - bumped kube-bench to v0.9.0 diff --git a/plugins/kube-bench/Dockerfile b/plugins/kube-bench/Dockerfile index c299fe442..1416dd054 100644 --- a/plugins/kube-bench/Dockerfile +++ b/plugins/kube-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/kube-bench:v0.9.0 +FROM aquasec/kube-bench:v0.9.1 ARG TARGETARCH ARG TARGETOS diff --git a/plugins/kube-bench/go.mod b/plugins/kube-bench/go.mod index 964a42e50..da7a96b8d 100644 --- a/plugins/kube-bench/go.mod +++ b/plugins/kube-bench/go.mod @@ -3,7 +3,7 @@ module github.com/fairwindsops/insights-plugins/plugins/kube-bench go 1.22.6 require ( - github.com/aquasecurity/kube-bench v0.9.0 + github.com/aquasecurity/kube-bench v0.9.1 github.com/sirupsen/logrus v1.9.3 ) @@ -12,7 +12,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/securityhub v1.53.3 // indirect github.com/aws/smithy-go v1.21.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect - github.com/golang/glog v1.2.0 // indirect + github.com/golang/glog v1.2.2 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect diff --git a/plugins/kube-bench/go.sum b/plugins/kube-bench/go.sum index 9641be259..1d57b4eb0 100644 --- a/plugins/kube-bench/go.sum +++ b/plugins/kube-bench/go.sum @@ -1,5 +1,5 @@ -github.com/aquasecurity/kube-bench v0.9.0 h1:tecwMoSyhX6h0LFksVbBY/Z4aoQZeCiqk8fjxHzXo4w= -github.com/aquasecurity/kube-bench v0.9.0/go.mod h1:Z1a87CAsTIx/A4ZpDYVAoW5k0w07qqhBt+mF+U5rFdk= +github.com/aquasecurity/kube-bench v0.9.1 h1:sj5LkqoPd6toPxbJkwH4EZnoefTA7j696gllGWj84Ao= +github.com/aquasecurity/kube-bench v0.9.1/go.mod h1:sdyU/NghA+RP8OyDoEXq99hQOLjK5BolrzGie28b9kk= github.com/aws/aws-sdk-go-v2 v1.31.0 h1:3V05LbxTSItI5kUqNwhJrrrY1BAXxXt0sN0l72QmG5U= github.com/aws/aws-sdk-go-v2 v1.31.0/go.mod h1:ztolYtaEUtdpf9Wftr31CJfLVjOnD/CVRkKOOYgF8hA= github.com/aws/aws-sdk-go-v2/service/securityhub v1.53.3 h1:YSmEnPSWj74eOtbXG4Z2J+GTQjBrz7w2wP01isHFZwU= @@ -17,8 +17,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68= -github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/golang/glog v1.2.2 h1:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY= +github.com/golang/glog v1.2.2/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= diff --git a/plugins/kube-bench/version.txt b/plugins/kube-bench/version.txt index cb0c939a9..be14282b7 100644 --- a/plugins/kube-bench/version.txt +++ b/plugins/kube-bench/version.txt @@ -1 +1 @@ -0.5.2 +0.5.3