Skip to content

Commit

Permalink
Merge pull request #48 from kubescape/feature/user_application_profile
Browse files Browse the repository at this point in the history
add delete message
  • Loading branch information
jnathangreeg authored Oct 20, 2024
2 parents 5135fdc + 1d72c2c commit 31d2a78
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 31d2a78

Please sign in to comment.