-
Notifications
You must be signed in to change notification settings - Fork 92
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
Describe.one runs all instead of just one #136
Comments
Here is another example cis-dil-benchmark/controls/1_3_filesystem_integrity_checking.rb Lines 42 to 64 in c845274
Only 1 of the 3 following should match
Yet all 3 files are failing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The symbol syntax should behave the same as the string syntax, as long as the file actually exists. i.e when running against a docker an ubuntu:{focal, jammy} based container, none of the
grub_conf.locations
exist so I would expect the control to fail because of thedescribe.one
blockcis-dil-benchmark/controls/1_4_secure_boot_settings.rb
Lines 30 to 44 in ab97de3
but what I'm seeing when testing locally is that all of the files are being tested rather than just one of the files (both in container and VM), which I don't think is the desired behavior
cis-dil-benchmark/libraries/grubconf.rb
Line 7 in ab97de3
@spencer-cdw can you provide some more detail about your testing environment (OS version, path of actual grub conf file, etc) as well as CLI output?
Originally posted by @deric4 in #134 (comment)
The text was updated successfully, but these errors were encountered: