Skip to content

Commit

Permalink
Added check extra750 SG open MySQL ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni de la Fuente committed May 16, 2019
1 parent 5325bab commit c36a606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/check_extra750
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extra750(){
textFail "$regx: Found Security Group: $SG open to 0.0.0.0/0 for MySQL port" "$regx"
done
else
textPass "$regx: No Security Groups found with any port open to 0.0.0.0/0 for MySQL port" "$regx"
textPass "$regx: No Security Groups found open to 0.0.0.0/0 for MySQL port" "$regx"
fi
done
}

0 comments on commit c36a606

Please sign in to comment.