Skip to content

Commit

Permalink
Merge pull request #150 from kubescape/attack-tracks
Browse files Browse the repository at this point in the history
add fields to AttackTrackCategories
  • Loading branch information
yuleib committed Mar 11, 2024
2 parents 5102318 + f6c8e3e commit 579a594
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reporthandling/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ type FrameworkSubSection struct {
}

type AttackTrackCategories struct {
AttackTrack string
Categories []string
AttackTrack string
Categories []string
DisplayRelatedResources bool
ClickableResourceKind string
}

0 comments on commit 579a594

Please sign in to comment.