mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-08 22:55:27 +03:00
3b7c46f779
* SLSA build * missing files * updates * updates * updates * indent fix * update * update * updates * updates * updates * updates
15 lines
247 B
YAML
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 }} |