mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
Fixed color when OK in check 4.4
This commit is contained in:
2
prowler
2
prowler
@@ -875,7 +875,7 @@ check44(){
|
||||
if [[ $CHECK_SGDEFAULT ]];then
|
||||
echo -e " $RED WARNING! Default Security Groups found that allow 0.0.0.0 IN or OUT traffic in Region $regx $NORMAL "
|
||||
else
|
||||
echo -e " $RED OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL "
|
||||
echo -e " $OK OK, no Default Security Groups open to 0.0.0.0 found in Region $regx $NORMAL "
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user