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

groups cmd - list groups and associated checks #59

Conversation

varshavaradarajan
Copy link
Collaborator

./clusterlint groups
doks: admission-controller-webhook, node-labels-and-taints, node-name-pod-selector
security: privileged-containers, non-root-user
basic: bare-pods, fully-qualified-image, hostpath-volume, latest-tag, default-namespace, resource-requirements, unused-config-map, unused-pv, unused-pvc, unused-secret
workload-health: pod-state

fixes #58

@@ -105,6 +105,11 @@ func main() {
},
Action: runChecks,
},
{
Name: "groups",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should make this a subcommand of clusterlint list - i.e., have clusterlint list checks and clusterlint list groups.

@varshavaradarajan
Copy link
Collaborator Author

Stale. Closing this. If requested by someone, we can reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add list-groups command
2 participants