From ae4940a7d8e59d2d0e02aab9e54225f8d235faa9 Mon Sep 17 00:00:00 2001 From: Joaquin Rinaudo Date: Tue, 1 Sep 2020 17:05:37 +0200 Subject: [PATCH] revert-custom-branch --- prowler | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prowler b/prowler index d521accb..7cdae5c7 100755 --- a/prowler +++ b/prowler @@ -416,12 +416,6 @@ execute_all() { execute_group $i fi done - if [[ $EXTERNAL_CHECKS_PATH ]]; then - for checks in $(ls $EXTERNAL_CHECKS_PATH/check*); do - CHECK_ID=$(echo $checks | awk -F '_' '{ print $2 }') - execute_check $CHECK_ID - done - fi } # Function to show the titles of either all checks or only those in the specified group