strip symbol and DWARF tables (#3534)

This commit is contained in:
Zachary Rice 2024-10-30 12:51:30 -05:00 committed by GitHub
parent 84ec670228
commit b6ace9d91a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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