Skip to content

Commit

Permalink
Merge pull request #39 from kubescape/feature/user_applicationProfile
Browse files Browse the repository at this point in the history
Add Application profile section
  • Loading branch information
jnathangreeg authored Aug 28, 2024
2 parents 82c2036 + fb09cb4 commit 2119182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulsar/common/userinput/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ const (
UserInputCommandCreateIgnoreRule = UserInputCommand("create-ignore-rule")
UserInputCommandUpdateIgnoreRule = UserInputCommand("update-ignore-rule")
UserInputCommandDeleteIgnoreRule = UserInputCommand("delete-ignore-rule")
//ApplicationProfile actions
UserInputCommandAddToApplicationProfile = UserInputCommand("add-to-application-profile")
)

0 comments on commit 2119182

Please sign in to comment.