-
Notifications
You must be signed in to change notification settings - Fork 161
Add cascade
CLI Command To Visualize Cascaded Scans Hierarchy
#2608
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
Conversation
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
✅ Deploy Preview for docs-securecodebox canceled.
|
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
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.
Awesome, just tested this with a namespace with a couple of hundreds of scans and it works really well 🙌
Some smaller code style comments but other than that it should be good to go 🚀
scbctl/cmd/cascading_test.go
Outdated
return m.Client, m.namespace, m.err | ||
} | ||
|
||
type testcases struct { |
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.
Also seems unused, the tests seem to be using a inline type
Co-authored-by: Jannik Hollenbach <[email protected]> Signed-off-by: Freedisch <[email protected]>
Co-authored-by: Jannik Hollenbach <[email protected]> Signed-off-by: Freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
|
cascade
command for Cascading rulescascade
CLI Command To Visualize Cascaded Scans Hierarchy
Description
This PR adds a new
cascade
command to display scans like a treestream issue #189
Checklist