-
Notifications
You must be signed in to change notification settings - Fork 24
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 fields to AttackTrackCategories #150
Conversation
Signed-off-by: YiscahLevySilas1 <[email protected]>
PR Description updated to latest commit (f6c8e3e) |
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. |
Type
enhancement
Description
AttackTrackCategories
struct to enhance functionality:DisplayRelatedResources
: A boolean to control the display of related resources.ClickableResourceKind
: A string to specify the kind of clickable resources.Changes walkthrough
datastructures.go
Add New Fields to AttackTrackCategories Struct
reporthandling/datastructures.go
DisplayRelatedResources
field of type bool toAttackTrackCategories
struct.ClickableResourceKind
field of type string toAttackTrackCategories
struct.