scorecard/.slsa-goreleaser.yml
laurentsimon 3b7c46f779
SLSA provenance/build (#1702)
* SLSA build

* missing files

* updates

* updates

* updates

* indent fix

* update

* update

* updates

* updates

* updates

* updates
2022-06-08 09:54:09 -07:00

15 lines
247 B
YAML

version: 1
env:
- GO111MODULE=on
# https://stackoverflow.com/a/62821358/19407
- CGO_ENABLED=0
flags:
- -trimpath
- -tags=netgo
goos: linux
goarch: amd64
binary: scorecard-{{ .Os }}-{{ .Arch }}
ldflags:
- -s {{ .Env.VERSION_LDFLAGS }}