We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 636f420 + 8e90bcd commit 6ed6ea9Copy full SHA for 6ed6ea9
1 file changed
Makefile
@@ -11,6 +11,6 @@ clean:
11
-rm ./SecretScanner
12
13
SecretScanner: $(PWD)/**/*.go $(PWD)/agent-plugins-grpc/proto/*.go
14
- go build -buildvcs=false -v .
+ go build -ldflags="-extldflags=-static" -buildvcs=false -v .
15
16
.PHONY: clean
0 commit comments