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

Operator config option for default minSeverity #133

Open
erikgb opened this issue Jan 24, 2023 · 0 comments
Open

Operator config option for default minSeverity #133

erikgb opened this issue Jan 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@erikgb
Copy link
Member

erikgb commented Jan 24, 2023

As a cluster admin, I would like to set the default minimum severity when configuring the operator - as we would like to focus on vulnerabilities with severity HIGH and CRITICAL.

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

The default minSeverity seems hardcoded to UNKNOWN:

minSeverity := stasv1alpha1.SeverityUnknown

I think this should be configurable on the operator level - to avoid adding an annotation to all cluster workloads.

Describe alternatives you've considered

Put annotations on all cluster workloads, but that is not really an alternative - as we have hundreds of workloads.

Additional context

@erikgb erikgb added the enhancement New feature or request label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant