#11326 added security module in inventary windows
This commit is contained in:
parent
80379e23a6
commit
843dbef258
|
@ -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
Loading…
Reference in New Issue