-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
"kube-score list" generates a go panic #643
Comments
$ PATH=.:$PATH |
@kmarteaux, can you spin up a new Ubuntu VM (I did my test on 22.04)? |
Just have installed v 1.19.0 via krew and it segfaults too.
|
@lucj et al. I fixed this in the commit associated with pod seccomp updates (Fix optional check for seccomp #590), which was merged on 25 Nov 2024. When @zegl creates a new release, this problem will be addressed. The specific update can be seen here -- 3c0ad34#diff-9ed426f8448c8e7ff62f7454e4e5a5ae02707773da68f2781bcc86ecab4e983eR31 I experience this problem while testing the feature and fixed it (without thinking too much about it). |
Thanks @kmarteaux 👍 |
Which version of kube-score are you using?
1.19.0
What did you do?
I installed kube-score both on MacOS (with Brew) and on a Linux machine (from release), but each installation generate a go panic when I run the
kube-score list
command.MacOS
Linux:
What did you expect to see?
The list of the available kube-score checks.
What did you see instead?
A panic dump.
The text was updated successfully, but these errors were encountered: