Skip to content

Commit

Permalink
fix:[CORE-1018]Changed Policy DisplayName.
Browse files Browse the repository at this point in the history
  • Loading branch information
kushZemoso authored and santhosh-challa committed Jul 18, 2023
1 parent 9fd593b commit 6d9f3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/resources/pacbot_app/files/DB_Policy.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2549,6 +2549,7 @@ UPDATE cf_PolicyTable SET policyDisplayName = 'Aqua Found Critical ECR Vulnerabi
UPDATE cf_PolicyTable SET policyDisplayName = 'Aqua Found High ECR Vulnerabilities' WHERE policyId = 'HighImageVulnerabilitiesScannedByAqua';
UPDATE cf_PolicyTable SET policyDisplayName = 'Aqua Found Medium ECR Vulnerabilities' WHERE policyId = 'MediumImageVulnerabilitiesScannedByAqua';
UPDATE cf_PolicyTable SET policyDisplayName = 'Enable IAM Password Policy' WHERE policyId ='IamPasswordPolicy_version-1_IamPasswordPolicy_account';
UPDATE cf_PolicyTable SET policyDisplayName = 'Assign Mandatory Tags to KMS Customer Managed Key' WHERE policyId ='TaggingRule_version-1_KmsTaggingRule_kms';


UPDATE cf_NotificationTypes SET `notificationType` = 'policy' WHERE `notificationTypeId` = '73a2d98a-bd07-11ed-afa1-0242ac120002' AND `notificationType` = 'policyaction';
Expand Down

0 comments on commit 6d9f3e7

Please sign in to comment.