1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-21 15:48:06 +00:00
kube-bench/check
Wolfgang Reichert f6877e3c17
Fix issue 1595: failed to output to ASFF (#1691)
A breaking change was introduced in aws-sdk-go-v2.
See https://github.com/aws/aws-sdk-go-v2/issues/2370#issuecomment-1953308268.

Mixing aws-sdk-go-v2 packages from versions before and after the breaking change causes kube-bench to fail. This issue occurs when it attempts to access AWS Security Hub.

Addressed issue: https://github.com/aquasecurity/kube-bench/issues/1595

Supersedes bot PR: https://github.com/aquasecurity/kube-bench/pull/1689
Besides upgrading to latest SDK version, some variable types need to be adapted.
2024-09-28 13:36:44 +06:00
..
check_test.go bugfix: false negative when audit_config is defined along with audit and config file not found (#1367) 2023-02-02 10:32:27 +02:00
check.go bugfix: false negative when audit_config file not found (#1376) 2023-02-14 10:32:02 +02:00
controls_test.go Fix issue 1595: failed to output to ASFF (#1691) 2024-09-28 13:36:44 +06:00
controls.go Fix issue 1595: failed to output to ASFF (#1691) 2024-09-28 13:36:44 +06:00
data Expected result pattern not always shows (#784) 2020-12-24 16:38:22 +02:00
test_test.go chore: remove refs to deprecated io/ioutil (#1504) 2023-12-05 10:52:24 +02:00
test.go replace with constant (#1445) 2023-05-16 11:41:49 +03:00