Merge with security folder PR

This commit is contained in:
afonsofrancof 2024-07-30 21:57:53 +01:00
parent ccf22dec89
commit 71c81b2302
No known key found for this signature in database

View File

@ -77,15 +77,15 @@ impl CustomList {
}, },
ListNode { ListNode {
name: "Security", name: "Security",
command: "" command: Command::None
} => { } => {
ListNode { ListNode {
name: "Firewall Baselines (CTT)", name: "Firewall Baselines (CTT)",
command: with_common_script!("commands/security/firewall-baselines.sh"), command: Command::LocalFile("security/firewall-baselines.sh"),
} }
}, },
ListNode { ListNode {
name: "Titus Dotfiles", name: "Applications Setup",
command: Command::None command: Command::None
} => { } => {
ListNode { ListNode {