Skip to content

Commit

Permalink
Merge pull request #37 from kubescape/create-cust
Browse files Browse the repository at this point in the history
add create customer data user input command
  • Loading branch information
refaelm92 authored Aug 6, 2024
2 parents 78d23f1 + c3b5f3d commit 99ad293
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 @@ -14,6 +14,7 @@ const (
const (
UserInputCommandDeleteCluster = UserInputCommand("delete-cluster")
UserInputCommandDeleteAllCustomerData = UserInputCommand("delete-all-customer-data")
UserInputCommandCreateCustomerData = UserInputCommand("create-customer-data")
// vulnerability scans actions
UserInputCommandMarkForDeletionRegistryScan = UserInputCommand("mark-for-deletion-registry-scan")
UserInputCommandStoreContainerScanningSummaryStub = UserInputCommand("store-container-scanning-summary-stub")
Expand Down

0 comments on commit 99ad293

Please sign in to comment.