-
Notifications
You must be signed in to change notification settings - Fork 905
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
required_engine_version
is not working for source k8s_audit
#1315
Comments
I can confirm that when the
I still don't get why :) |
Update: As I've discovered (see this comment), this issue cannot be strictly considered a bug. Actually, it's just a missing feature: basically the engine does NOT support I'm closing this, then I'll open a new one (as a feature request). |
@leogr: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Describe the bug
When
required_engine_version
is set at rule level in any withsource: k8s_audit
then the rule is not detected anymore.How to reproduce it
I have used the
Create Disallowed Pod
to test this behavior, and run the following command (similar to the integration test one):Without the
required_engine_version
it works as expected:On the other hand, adding
required_engine_version
as following:It prevents the rule from working:
Note that I've also tried with different engine version, I can put any number but the behavior is the same.
Expected behaviour
The rule with
required_engine_version: 5
should work normally.Screenshots
Environment
0.23.0-97+d1b0ccb
built from sources
Additional context
Not sure if this problem relates to the
-e
command only, or it's a general problem. I'm investigating.cc @fntlnz as we talked about this yestarday
The text was updated successfully, but these errors were encountered: