mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
checks for glue - 7119, 7121, 7123,7124,7125
This commit is contained in:
@@ -39,9 +39,9 @@ extra7125(){
|
||||
EP_NAME=$(echo $ep | base64 --decode | jq -r '.Name')
|
||||
PRIVATE_ADDRESS=$(echo $ep | base64 --decode | jq -r '.Address')
|
||||
if [[ ! -z "$PRIVATE_ADDRESS" ]]; then
|
||||
textFail "$regx: AWS Glue Development Endpoint $EP_NAME uses a VPC Endpoint" "$regx"
|
||||
textPass "$regx: AWS Glue Development Endpoint $EP_NAME uses a VPC Endpoint" "$regx"
|
||||
else
|
||||
textPass "$regx: AWS Glue Development Endpoint $EP_NAME does not use a VPC Endpoint" "$regx"
|
||||
textFail "$regx: AWS Glue Development Endpoint $EP_NAME does not use a VPC Endpoint" "$regx"
|
||||
fi
|
||||
done
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user