-
Notifications
You must be signed in to change notification settings - Fork 1
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
ADR - Handling component version in policy violation based scanners #293
base: main
Are you sure you want to change the base?
ADR - Handling component version in policy violation based scanners #293
Conversation
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.
Looks good to me, just a couple minor comments, please address!
@maxwellL21 please address |
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.
LGTM
@drochow Hey David, Sorry for the wait. I added the mermaid diagrams. Should we keep the "images" folder? To include the original diagrams? Also would you like the Mermaid diagrams to have the 1 to many relationships, etc? Or is that detail not necessary |
…compliance-scanning-adr
…compliance-scanning-adr
…compliance-scanning-adr
…compliance-scanning-adr
Description
This adds the ADR for handling "component" entities in Heureka for policy scanning and adds an "images" folder for the ADR documentations. The description of the ADR deals with the following issue: The current Entity Relationships in Heureka are defined for vulnerabilities in objects like containers, where it is intuitive to have ComponentVersion and ComponentInstances. For non-compliance (not exactly vulnerabilities) in entities like Security Group, how to adapt to existing data model?
What type of PR is this? (check all applicable)
Related Tickets & Documents
Added tests?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Added to documentation?
Checklist