From 8becd5344407e3e8b20be5fe65c71cc0fbff6554 Mon Sep 17 00:00:00 2001 From: "anandhanatarajan.kuppusamy@zemosolabs.com" Date: Wed, 15 May 2024 16:15:28 +0530 Subject: [PATCH] feat:[CORE-2017]Adding additional Colums for Vioaltion Filter --- installer/resources/pacbot_app/files/DB.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/resources/pacbot_app/files/DB.sql b/installer/resources/pacbot_app/files/DB.sql index 293f55e627..9d82c90f2b 100644 --- a/installer/resources/pacbot_app/files/DB.sql +++ b/installer/resources/pacbot_app/files/DB.sql @@ -3119,6 +3119,10 @@ INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (19,'Type','groupType','/admin/asset-group/filter'); INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (19,'Number of assets','assetCount','/admin/asset-group/filter'); INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (19,'Created By','createdBy','/admin/asset-group/filter'); +INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (1,'Exemption Reason','reason-to-exempt.keyword','/compliance/v1/filters/attribute?ag=aws&attribute=reason-to-exempt&type=issue'); +INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (1,'ExemptionStatus ChangedOn','exemption-status-change.keyword','/compliance/v1/filters/attribute?ag=aws&attribute=exemption-status-change&type=issue'); +INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL) VALUES (1,'Exemption ExpiryDate','exemption-expiry-date.keyword','/compliance/v1/filters/attribute?ag=aws&attribute=exemption-expiry-date&type=issue'); + /* Plugin developed using PluginEngine V1 */ INSERT INTO pac_config_properties (`cfkey`,`value`,`application`,`profile`,`label`,`createdBy`,`createdDate`,`modifiedBy`,`modifiedDate`)