mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fixed typo in TITTLE73
This commit is contained in:
committed by
GitHub
parent
ae274b2fc9
commit
2faa50c4de
2
prowler
2
prowler
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user