Skip to content

Commit

Permalink
Merge pull request #146 from neonbunny/patch-3
Browse files Browse the repository at this point in the history
Fix typos in messages
  • Loading branch information
toniblyx committed Jan 16, 2018
2 parents 99e663d + 189462c commit 66862fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prowler
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,9 @@ extra74(){
for SG_ID in $LIST_OF_SECURITYGROUPS; do
SG_NO_INGRESS_FILTER=$($AWSCLI ec2 describe-network-interfaces $PROFILE_OPT --region $regx --filters "Name=group-id,Values=$SG_ID" --query "length(NetworkInterfaces)" --output text)
if [[ $SG_NO_INGRESS_FILTER -ne 0 ]];then
textWarn "$regx: $SG_ID has not ingress filtering and it is being used!" "$regx"
textWarn "$regx: $SG_ID has no ingress filtering and it is being used!" "$regx"
else
textNotice "$regx: $SG_ID has not ingress filtering but it is no being used" "$regx"
textNotice "$regx: $SG_ID has no ingress filtering but it is not being used" "$regx"
fi
done
done
Expand Down

0 comments on commit 66862fd

Please sign in to comment.