We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cnquery scan mock
When running
cnspec scan mock --discover all --use-recording ./fail-rec.json -o full -f ./redhat-test-7.mql.yaml
all check that use the
! Error: Ensure dhcp server services are not in use Message: 1 error occurred: * rpc error: code = Unknown desc = could not retrieve service list
! Error: Ensure ip6tables is enabled and active Message: 1 error occurred: * rpc error: code = Unknown desc = could not retrieve service list
The text was updated successfully, but these errors were encountered:
Also, all checks using some sort of package("sudo").installed-type checks will all return fail, even if the recording.
package("sudo").installed
Sorry, something went wrong.
Also, this cnspec scan k8s --use-recording certifications/aks-1.5.0/pass-k8s.json -f policies/azure-aks.mql.yaml yields:
cnspec scan k8s --use-recording certifications/aks-1.5.0/pass-k8s.json -f policies/azure-aks.mql.yaml
In short:
--use-recording
recording.json
cnspec mock
No branches or pull requests
When running
all check that use the
! Error: Ensure dhcp server services are not in use
Message: 1 error occurred:
* rpc error: code = Unknown desc = could not retrieve service list
! Error: Ensure ip6tables is enabled and active
Message: 1 error occurred:
* rpc error: code = Unknown desc = could not retrieve service list
The text was updated successfully, but these errors were encountered: