SecretScanner icon indicating copy to clipboard operation
SecretScanner copied to clipboard

can't install from repo

Open dcu opened this issue 3 years ago • 2 comments

I'm getting this error:

output/output.go:11:2: github.com/deepfence/[email protected] (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 avatar Jun 08 '22 15:06 dcu

@dcu Can you add the commands you ran?

ramanan-ravi avatar Jun 10 '22 09:06 ramanan-ravi

I tried both, go get and go install

dcu avatar Jun 10 '22 11:06 dcu

@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.

saurabh2253 avatar Oct 14 '22 04:10 saurabh2253