mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
Improved -l option to list uniq checks
This commit is contained in:
3
prowler
3
prowler
@@ -271,7 +271,8 @@ execute_all() {
|
||||
|
||||
# Function to show the titles of everything
|
||||
show_all_titles() {
|
||||
for i in "${!GROUP_TITLE[@]}"; do
|
||||
MAIN_GROUPS=(1 2 3 4 7)
|
||||
for i in "${MAIN_GROUPS[@]}"; do
|
||||
show_group_title $i
|
||||
# Display the title of the checks
|
||||
IFS=',' read -ra CHECKS <<< ${GROUP_CHECKS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user