#11326 added security module in inventary windows

This commit is contained in:
Daniel Cebrian 2023-08-10 14:18:01 +02:00
parent 80379e23a6
commit 843dbef258
2 changed files with 5 additions and 1 deletions

View File

@ -144,4 +144,6 @@ INSERT INTO `tsca` VALUES (29673,'Ensure sudo log file exist
INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (41,1,'security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2);
INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2);
COMMIT;

File diff suppressed because one or more lines are too long