mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -176,9 +176,7 @@ func main() {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
if len(m) <= 0 {
|
||||
logrus.Warn("No open ports found")
|
||||
}
|
||||
logrus.Infof("Found %d open ports", len(m))
|
||||
|
||||
for _, result := range m {
|
||||
for _, port := range result.Ports {
|
||||
|
||||
Reference in New Issue
Block a user