mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-13 00:05:04 +00:00
Added AWS service name to json, csv and html outputs
This commit is contained in:
6
prowler
6
prowler
@@ -32,7 +32,7 @@ OPTRED="[1;31m"
|
||||
OPTNORMAL="[0;39m"
|
||||
|
||||
# Set the defaults variables
|
||||
PROWLER_VERSION=2.3.0-18122020
|
||||
PROWLER_VERSION=2.3.0-22012021
|
||||
PROWLER_DIR=$(dirname "$0")
|
||||
|
||||
REGION=""
|
||||
@@ -347,9 +347,11 @@ execute_check() {
|
||||
|
||||
|
||||
local severity_var=CHECK_SEVERITY_$1
|
||||
|
||||
CHECK_SEVERITY="${!severity_var}"
|
||||
|
||||
local servicename_var=CHECK_SERVICENAME_$1
|
||||
CHECK_SERVICENAME="${!servicename_var}"
|
||||
|
||||
CHECK_ID="$1"
|
||||
|
||||
ASFF_TYPE="${!asff_type_var:-Software and Configuration Checks}"
|
||||
|
||||
Reference in New Issue
Block a user