mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
strip symbol and DWARF tables (#3534)
This commit is contained in:
parent
84ec670228
commit
b6ace9d91a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: 2
|
||||||
builds:
|
builds:
|
||||||
- binary: trufflehog
|
- binary: trufflehog
|
||||||
ldflags:
|
ldflags:
|
||||||
- -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}'
|
- -s -w -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}'
|
||||||
env: [CGO_ENABLED=0]
|
env: [CGO_ENABLED=0]
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
|
Loading…
Reference in a new issue