Skip to content

Commit

Permalink
add delete message
Browse files Browse the repository at this point in the history
Signed-off-by: jnathangreeg <jonathang@armosec.io>
  • Loading branch information
jnathangreeg committed Oct 20, 2024
1 parent 5135fdc commit 1d72c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/common/userinput/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const (
UserInputCommandDeleteIgnoreRule = UserInputCommand("delete-ignore-rule")
//ApplicationProfile actions
UserInputCommandAddToApplicationProfile = UserInputCommand("add-to-application-profile")
UserInputCommandDeleteFromApplicationProfile = UserInputCommand("delete-from-application-profile")

UserInputCommandDeleteWorkflow = UserInputCommand("delete-workflow")
UserInputCommandUpdateWorkflow = UserInputCommand("update-workflow")
Expand Down

0 comments on commit 1d72c2c

Please sign in to comment.