Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to output to ASFF: finding publish failed: not found, ResolveEndpointV2 #1565

Open
pfrydids opened this issue Feb 12, 2024 · 1 comment

Comments

@pfrydids
Copy link

Overview

The kube-bench pod when running the latest (v0.7.1) version of the aquasec/kube-bench image errors

failed to output to ASFF: finding publish failed: not found, ResolveEndpointV2

deployed via job-eks-asff.yaml

Does not occur with previous version v0.6.19

How did you run kube-bench?

kubectl apply -f job-eks-asff.yaml

What happened?

failed to output to ASFF: finding publish failed: not found, ResolveEndpointV2

What did you expect to happen:

to have output like

2024/02/12 14:39:29 Number of findings that were successfully imported:3

Environment

v0.7.1

v1.26.12-eks-5e0fdde

Anything else you would like to add:

Think it is related to aws/aws-sdk-go-v2#2370 , it mentions a date in November 2023 so I decided to try a older kube-bench container image (v.06.19) from October and this image doesn't seem to have any problem.

@mattaschmann
Copy link

I also expirienced this issue. Downgrading to v0.6.19 fixed it. Seems like from the linked thread all kube-bench needs to do is:

go get -u github.com/aws/aws-sdk-go-v2/...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants