Skip to content

Commit

Permalink
Fix -E flag no longer excluding checks @marcjay
Browse files Browse the repository at this point in the history
Fix -E flag no longer excluding checks
  • Loading branch information
toniblyx committed Apr 22, 2020
2 parents 9cbdefc + c266962 commit 5b9cf7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prowler
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ show_all_group_titles() {
get_all_checks_without_exclusion() {
CHECKS_EXCLUDED=()
local CHECKS_TO_EXCLUDE=()
local TOTAL_CHECKS=()
# Get a list of checks to exclude
IFS=',' read -ra E_CHECKS <<< "$1"
for E_CHECK in "${E_CHECKS[@]}"; do
Expand Down

0 comments on commit 5b9cf7f

Please sign in to comment.