===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
notary-0.6.1~ds2/README.md-79-1. Add `127.0.0.1 notary-server` to your `/etc/hosts`, or if using docker-machine,
notary-0.6.1~ds2/README.md:80:    add `$(docker-machine ip) notary-server`).
notary-0.6.1~ds2/README.md-81-
##############################################
notary-0.6.1~ds2/buildscripts/covertest.py-29-    Ideally, we can just do `-coverpkg=all`, but (1) that includes all vendored packages,
notary-0.6.1~ds2/buildscripts/covertest.py:30:    and (2) even if we do `-coverpkg=$(go list ./... | grep -v vendor)`, compiling
notary-0.6.1~ds2/buildscripts/covertest.py-31-    the test binary slows down a bit for each package in the `-coverpkg` list.
##############################################
notary-0.6.1~ds2/cmd/escrow/main.go-35-	}
notary-0.6.1~ds2/cmd/escrow/main.go:36:	logrus.Infof("attempting to start server on: %s", l.Addr().String())
notary-0.6.1~ds2/cmd/escrow/main.go-37-	if err := s.Serve(l); err != nil {
##############################################
notary-0.6.1~ds2/cmd/notary-server/main_test.go-52-
notary-0.6.1~ds2/cmd/notary-server/main_test.go:53:func TestGetAddrAndTLSConfigNoHTTPAddr(t *testing.T) {
notary-0.6.1~ds2/cmd/notary-server/main_test.go-54-	_, _, err := getAddrAndTLSConfig(configure(fmt.Sprintf(`{
##############################################
notary-0.6.1~ds2/cmd/notary-signer/main_test.go-56-// If a GRPC address is not provided, an error is returned.
notary-0.6.1~ds2/cmd/notary-signer/main_test.go:57:func TestGetAddrAndTLSConfigNoGRPCAddr(t *testing.T) {
notary-0.6.1~ds2/cmd/notary-signer/main_test.go-58-	_, _, err := getAddrAndTLSConfig(configure(fmt.Sprintf(`{
##############################################
notary-0.6.1~ds2/cmd/notary-signer/main_test.go-242-	defer lis.Close()
notary-0.6.1~ds2/cmd/notary-signer/main_test.go:243:	require.Equal(t, "[::]:7899", lis.Addr().String())
notary-0.6.1~ds2/cmd/notary-signer/main_test.go:244:	require.Equal(t, "tcp", lis.Addr().Network())
notary-0.6.1~ds2/cmd/notary-signer/main_test.go-245-	require.NotNil(t, grpcServer)
##############################################
notary-0.6.1~ds2/server.Dockerfile-22-    -tags pkcs11 \
notary-0.6.1~ds2/server.Dockerfile:23:    -ldflags "-w -X ${NOTARYPKG}/version.GitCommit=`git rev-parse --short HEAD` -X ${NOTARYPKG}/version.NotaryVersion=`cat NOTARY_VERSION`" \
notary-0.6.1~ds2/server.Dockerfile-24-    ${NOTARYPKG}/cmd/notary-server && apk del git gcc libc-dev && rm -rf /var/cache/apk/*
##############################################
notary-0.6.1~ds2/server.minimal.Dockerfile-14-    -tags pkcs11 \
notary-0.6.1~ds2/server.minimal.Dockerfile:15:    -ldflags "-w -X ${NOTARYPKG}/version.GitCommit=`git rev-parse --short HEAD` -X ${NOTARYPKG}/version.NotaryVersion=`cat NOTARY_VERSION`" \
notary-0.6.1~ds2/server.minimal.Dockerfile-16-    ${NOTARYPKG}/cmd/notary-server
##############################################
notary-0.6.1~ds2/server/server.go-51-func Run(ctx context.Context, conf Config) error {
notary-0.6.1~ds2/server/server.go:52:	tcpAddr, err := net.ResolveTCPAddr("tcp", conf.Addr)
notary-0.6.1~ds2/server/server.go-53-	if err != nil {
##############################################
notary-0.6.1~ds2/server/server_test.go-28-
notary-0.6.1~ds2/server/server_test.go:29:func TestRunBadAddr(t *testing.T) {
notary-0.6.1~ds2/server/server_test.go-30-	err := Run(
##############################################
notary-0.6.1~ds2/signer.Dockerfile-23-    -tags pkcs11 \
notary-0.6.1~ds2/signer.Dockerfile:24:    -ldflags "-w -X ${NOTARYPKG}/version.GitCommit=`git rev-parse --short HEAD` -X ${NOTARYPKG}/version.NotaryVersion=`cat NOTARY_VERSION`" \
notary-0.6.1~ds2/signer.Dockerfile-25-    ${NOTARYPKG}/cmd/notary-signer && apk del git gcc libc-dev && rm -rf /var/cache/apk/*
##############################################
notary-0.6.1~ds2/signer.minimal.Dockerfile-14-    -tags pkcs11 \
notary-0.6.1~ds2/signer.minimal.Dockerfile:15:    -ldflags "-w -X ${NOTARYPKG}/version.GitCommit=`git rev-parse --short HEAD` -X ${NOTARYPKG}/version.NotaryVersion=`cat NOTARY_VERSION`" \
notary-0.6.1~ds2/signer.minimal.Dockerfile-16-    ${NOTARYPKG}/cmd/notary-signer
##############################################
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go-56-// If a GRPC address is not provided, an error is returned.
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go:57:func TestGetAddrAndTLSConfigNoGRPCAddr(t *testing.T) {
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go-58-	_, _, err := getAddrAndTLSConfig(configure(fmt.Sprintf(`{
##############################################
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go-241-	defer lis.Close()
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go:242:	require.Equal(t, "[::]:7899", lis.Addr().String())
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go:243:	require.Equal(t, "tcp", lis.Addr().Network())
notary-0.6.1~ds2/.pc/test--nontest.patch/cmd/notary-signer/main_test.go-244-	require.NotNil(t, grpcServer)
##############################################
notary-0.6.1~ds2/.pc/fix-make-test-for-go-1.13.patch/cmd/escrow/main.go-35-	}
notary-0.6.1~ds2/.pc/fix-make-test-for-go-1.13.patch/cmd/escrow/main.go:36:	logrus.Infof("attempting to start server on: %s", l.Addr().String())
notary-0.6.1~ds2/.pc/fix-make-test-for-go-1.13.patch/cmd/escrow/main.go-37-	if err := s.Serve(l); err != nil {