mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
add found ports
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
5ca68f0bd3
commit
2356278542
@ -176,9 +176,7 @@ func main() {
|
|||||||
logrus.Fatal(err)
|
logrus.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(m) <= 0 {
|
logrus.Infof("Found %d open ports", len(m))
|
||||||
logrus.Warn("No open ports found")
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, result := range m {
|
for _, result := range m {
|
||||||
for _, port := range result.Ports {
|
for _, port := range result.Ports {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user