Expose checks parameter

This commit is contained in:
Nimrod Kor
2019-11-21 11:14:24 -08:00
parent fd99343530
commit d6c2f3c78b
+1 -1
View File
@@ -7,7 +7,7 @@ export AWS_SECRET_ACCESS_KEY=$(echo $creds | jq ".SecretAccessKey" | sed 's/\"//
export AWS_SESSION_TOKEN=$(echo $creds | jq ".SessionToken" | sed 's/\"//g')
echo "Running prowler on ${ACCOUNT_ID}"
./prowler -c extra741,extra742,extra759 -M json > output.json
./prowler ${CHECKS} -M json > output.json
echo "Results:"
cat output.json