deepfence / SecretScanner

:unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:

Home Page:https://deepfence.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install from repo

dcu opened this issue · comments

I'm getting this error:

output/output.go:11:2: github.com/deepfence/agent-plugins-grpc@v0.0.0-00010101000000-000000000000 (replaced by ./agent-plugins-grpc): reading agent-plugins-grpc/go.mod: open /go/src/github.com/deepfence/SecretScanner/agent-plugins-grpc/go.mod: no such file or directory

@dcu Can you add the commands you ran?

I tried both, go get and go install

@dcu We recommend you to use docker to build SecretScanner and deploy as per documentation:

./bootstrap.sh
docker build --rm=true --tag=deepfenceio/deepfence_secret_scanner:latest -f Dockerfile .

Please ensure that the git submodule agent-plugins-grpc is populated.