mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-18 01:51:50 +00:00
Expose checks parameter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user