Skip to content
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

New command: artifact config #332

Closed
alacuku opened this issue Oct 18, 2023 · 2 comments
Closed

New command: artifact config #332

alacuku opened this issue Oct 18, 2023 · 2 comments
Assignees

Comments

@alacuku
Copy link
Member

alacuku commented Oct 18, 2023

What would you like to be added:

Add a new command for artifacts that fetches and prints to stdout the config layer:

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"
    }
  ]
}
@alacuku
Copy link
Member Author

alacuku commented Oct 18, 2023

/assign @alacuku

@alacuku
Copy link
Member Author

alacuku commented Nov 13, 2023

/close as completed

@alacuku alacuku closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant