Added AWS service name to json, csv and html outputs

This commit is contained in:
Toni de la Fuente
2021-01-22 10:56:59 +01:00
parent dfdff6e863
commit 6f371744dc
4 changed files with 16 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ OPTRED=""
OPTNORMAL=""
# 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}"