-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bug: exec /usr/local/bin/kube-bench: exec format error #1594
Comments
@eravindar12 how did you deployed the pod with kube-bench? have you compiled the binary by yourself ? |
@chen-keinan - JFYI, I have followed the steps outlined in the official kube-bench documentation and then updated the image tag accordingly. Subsequently, I deployed job-eks-asff.yaml into the EKS cluster. https://github.com/aquasecurity/kube-bench/blob/main/docs/asff.md I've configured permissions within an IAM Role using IRSA (IAM Role for Service Accounts) by following below example https://hayao-k.dev/integration-of-aws-security-hub-and-kube-bench#configue-iam-roles |
@eravindar12 the error message implies on binary compiled with wrong OS or ARCH |
@chen-keinan Could you please provide guidance on resolving the error message indicating that the binary was compiled with the wrong OS or archticture? Thank you. I am using EKS version 1.29 |
@eravindar12 can you confirm that you have compiled |
Overview
I am trying to integrate AWS security Hub, and I've encountered the following issue, do you have any suggestions on how to resolve it, please ?
Environment
[What is your version of kube-bench? (run
kube-bench version
)]v0.7.2
[What is your version of Kubernetes? (run
kubectl version
)]eks 1.29
The text was updated successfully, but these errors were encountered: