-
Notifications
You must be signed in to change notification settings - Fork 706
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
platforms:
in the rule no longer works
#8833
Comments
It looks like the problem is with platform Id. In the rule it is |
BTW, profile references platform correctly. |
It looks like it has already been fixed in |
Can we backport this fix to master sooner than when this branch merged? This is breaking some rules we had already released ... |
As soon as we figure out what exactly it was. |
Note:
does work as intended. |
We should deprecate list-like notation. |
Fine by me! |
The list notation doesn't work anymore, let's use a boolean "sentence" instead. Related: ComplianceAsCode#8833
The list notation doesn't work anymore, let's use a boolean "sentence" instead. Related: ComplianceAsCode#8833
The list notation doesn't work anymore, let's use a boolean "sentence" instead. Related: ComplianceAsCode#8833
@evgenyz can you confirm if this issue can be closed, please? |
Have we deprecated / dropped the |
I mean, we can close it, but the broken misleading |
Description of problem:
We have a rule applications/openshift/api-server/api_server_api_priority_flowschema_catch_all that is supposed to run on a subset of OCP releases only. This doesn't work anymore.
The rule selects the platforms like this:
SCAP Security Guide Version:
today's master
Operating System Version:
OCP 4.10
Steps to Reproduce:
Actual Results:
not applicable
Expected Results:
pass/fail
Additional Information/Debugging Steps:
Using git bisect, it seems like the last commit where the selection works is 9fcf5e2 and the first one where it doesn't is 6a8bc3c
I'm going to attach debug logs from both a good and a bad run.
The text was updated successfully, but these errors were encountered: