fixed typo in TITTLE73

This commit is contained in:
Toni de la Fuente
2017-07-18 11:47:56 -04:00
committed by GitHub
parent ae274b2fc9
commit 2faa50c4de

View File

@@ -1419,7 +1419,7 @@ extra72(){
extra73(){ extra73(){
#set -x #set -x
ID73="7.3" ID73="7.3"
TITLE73="Ensure there are no S3 buckets open to the AllUsers (Not Scored) (Not part of CIS benchmark)" TITLE73="Ensure there are no S3 buckets open to AllUsers (Not Scored) (Not part of CIS benchmark)"
textTitle "$ID73" "$TITLE73" "0" textTitle "$ID73" "$TITLE73" "0"
textNotice "Looking for S3 Buckets in all regions... " textNotice "Looking for S3 Buckets in all regions... "
ALL_BUCKETS_LIST=$($AWSCLI s3api list-buckets --query 'Buckets[*].{Name:Name}' --profile $PROFILE --region $REGION --output text) ALL_BUCKETS_LIST=$($AWSCLI s3api list-buckets --query 'Buckets[*].{Name:Name}' --profile $PROFILE --region $REGION --output text)