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
What would you like to be added:
Add a new command for artifacts that fetches and prints to stdout the config layer:
config
falcoctl artifact config ghcr.io/falcosecurity/plugins/ruleset/k8saudit:latest
Output:
{ "name": "k8saudit-rules", "version": "0.6.1", "dependencies": [ { "name": "json", "version": "0.7.0" }, { "name": "k8saudit", "version": "0.6.0", "alternatives": [ { "name": "k8saudit-eks", "version": "0.2.0" } ] } ], "requirements": [ { "name": "engine_version", "version": "15" } ] }
The text was updated successfully, but these errors were encountered:
/assign @alacuku
Sorry, something went wrong.
/close as completed
alacuku
No branches or pull requests
What would you like to be added:
Add a new command for artifacts that fetches and prints to stdout the
config
layer:Output:
The text was updated successfully, but these errors were encountered: