Skip to content

Commit

Permalink
feat(cli): Manage Report Rules (#625)
Browse files Browse the repository at this point in the history
* feat(cli): Manage Report Rules in Lacework cli

Signed-off-by: Darren Murray <[email protected]>
  • Loading branch information
dmurray-lacework authored Dec 8, 2021
1 parent 8a5b933 commit 890350b
Show file tree
Hide file tree
Showing 8 changed files with 521 additions and 7 deletions.
2 changes: 2 additions & 0 deletions cli/cmd/alert_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ func getAlertChannels() ([]string, map[string]string) {
}

func getResourceGroups() ([]string, map[string]string) {
cli.StartProgress("")
defer cli.StopProgress()
response, err := cli.LwApi.V2.ResourceGroups.List()

if err != nil {
Expand Down
Loading

0 comments on commit 890350b

Please sign in to comment.