===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pebble-2.3.0+ds/.ci/publish_windows.ps1-20-        "Try to publish image: $image_name`:$tag"
pebble-2.3.0+ds/.ci/publish_windows.ps1:21:        docker tag "$image_name`:temp" "$image_name`:$tag"
pebble-2.3.0+ds/.ci/publish_windows.ps1-22-        docker push "$image_name`:$tag"
##############################################
pebble-2.3.0+ds/.ci/publish_windows.ps1-24-        "Try to publish rolling image: $image_name`:nanoserver-sac2016"
pebble-2.3.0+ds/.ci/publish_windows.ps1:25:        docker tag "$image_name`:temp" "$image_name`:nanoserver-sac2016"
pebble-2.3.0+ds/.ci/publish_windows.ps1-26-        docker push "$image_name`:nanoserver-sac2016"
##############################################
pebble-2.3.0+ds/README.md-69-
pebble-2.3.0+ds/README.md:70:1. [Set up Go](https://golang.org/doc/install) and your `$GOPATH`
pebble-2.3.0+ds/README.md-71-2. `go get -u github.com/letsencrypt/pebble/...`
pebble-2.3.0+ds/README.md:72:3. `cd $GOPATH/src/github.com/letsencrypt/pebble && go install ./...`
pebble-2.3.0+ds/README.md-73-4. `pebble -h`
##############################################
pebble-2.3.0+ds/va/va.go-350-	case acme.IdentifierIP:
pebble-2.3.0+ds/va/va.go:351:		serverNameIdentifier = reverseaddr(task.Identifier.Value)
pebble-2.3.0+ds/va/va.go-352-	}
##############################################
pebble-2.3.0+ds/va/va.go-661-// [0]: https://golang.org/src/net/dnsclient.go
pebble-2.3.0+ds/va/va.go:662:func reverseaddr(addr string) string {
pebble-2.3.0+ds/va/va.go-663-	ip := net.ParseIP(addr)