-
Notifications
You must be signed in to change notification settings - Fork 48
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
support ac flatten display of related resources #602
Conversation
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
Signed-off-by: YiscahLevySilas1 <[email protected]>
PR Description updated to latest commit (395f665) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Signed-off-by: YiscahLevySilas1 <[email protected]>
Summary:
|
User description
Overview
Type
enhancement, bug_fix
Description
GetAttackTrackCategoriesByControlIDAndAttackTrackName
ingitregostore/gitstoremethods.go
to enhance data access granularity.go.mod
for security patches and new features.controls/C-0267-workloadwithclustertakeoverroles.json
withdisplayRelatedResources
andclickableResourceKind
for improved UI interactivity.Changes walkthrough
gitstoremethods.go
Add Function to Fetch Attack Track Categories by IDs
gitregostore/gitstoremethods.go
GetAttackTrackCategoriesByControlIDAndAttackTrackName
to retrieveattack track categories by control ID and attack track name.
information, improving data access granularity.
go.mod
Upgrade Go Version and Update Dependencies
go.mod
github.com/armosec/armoapi-go
,github.com/kubescape/opa-utils
, andgo.uber.org/zap
among others.dependencies.
C-0267-workloadwithclustertakeoverroles.json
Enhance Control Definition with UI Interactivity Features
controls/C-0267-workloadwithclustertakeoverroles.json
displayRelatedResources
andclickableResourceKind
properties tothe control definition.
to be displayed and clicked.