SAST gosec analyzer fails

Any help is appreciated. Not sure what I am missing. I followed the docs.

docker run \
◀       --interactive --tty --rm \
◀       --env SOURCE_CODE="$PWD" \
◀       --env SAST_DEFAULT_ANALYZERS="" \
◀       --env SAST_ANALYZER_IMAGES="registry.gitlab.com/gitlab-org/security-products/analyzers/gosec:latest" \
◀       --env SAST_DISABLE_REMOTE_CHECKS="${SAST_DISABLE_REMOTE_CHECKS:-false}" \
◀       --env SAST_GITLEAKS_ENTROPY_LEVEL="${SAST_GITLEAKS_ENTROPY_LEVEL:-8.0}" \
◀       --env SAST_GOSEC_LEVEL="${SAST_GOSEC_LEVEL:-3}" \
◀       --volume "$PWD:/code" \
◀       --volume /var/run/docker.sock:/var/run/docker.sock \
◀       "registry.gitlab.com/gitlab-org/security-products/sast:${SAST_VERSION:-11-11-stable}" /app/bin/run /code
2019/05/29 18:26:54 Copy project directory to containers
2019/05/29 18:26:54 [gosec] Detect project using plugin
2019/05/29 18:26:54 [gosec] Project is compatible
2019/05/29 18:26:54 [gosec] Starting analyzer...
latest: Pulling from gitlab-org/security-products/analyzers/gosec
Digest: sha256:3e53025404e9a6c05b05dc3738c8ec24634a5078515f492eede8b2ec10ffca98
Status: Downloaded newer image for registry.gitlab.com/gitlab-org/security-products/analyzers/gosec:latest
Found project in /tmp/app/fromgit
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
        ignoring go.mod;
        see 'go help modules'
# cd .; git clone https://gitlab.com/somecompany/some-repo.git /go/src/gitlab.com/somecompany/some-repo
Cloning into '/go/src/gitlab.com/somecompany/some-repo'...
fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled
package gitlab.com/somecompany/some-repo/fromgit: exit status 128
package gitlab.com/somecompany/some-repo/internal/utils: cannot find package "gitlab.com/somecompany/some-repo/internal/utils" in any of:
        /usr/local/go/src/gitlab.com/somecompany/some-repo/internal/utils (from $GOROOT)
        /go/src/gitlab.com/somecompany/some-repo/internal/utils (from $GOPATH)
2019/05/29 18:27:18 exit status 1
2019/05/29 18:27:19 Container exited with non zero status code