-
Notifications
You must be signed in to change notification settings - Fork 898
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
Add OpenSCAP scan to supported features mixin #15944
Conversation
OpenSCAP scan is an action similar to Smart State Analysis, but scanning security vulnerabilities. Adding it to SupportsFeature mixin while making it supported in OpenStack provider.
Checked commit aufi@75d822c with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/models/mixins/supports_feature_mixin.rb
|
@moolitayer how do you do this in containerland? Is by default everything openscap enabled? Would it make sense for you to use the support feature mixin as well? |
When a user scans a |
@aufi do you already have a corresponding PR in the UI and openstack? |
@durandom Not yet, should I create a placeholder WIP PR for reference in OpenStack repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@moolitayer once this is merged, you might want to add |
Add OpenSCAP scan to supported features mixin
OpenSCAP scan is an action similar to Smart State Analysis,
but scanning security vulnerabilities.
Adding it to SupportsFeature mixin while making it supported in
OpenStack provider.