mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-23 13:36:35 +00:00
14 lines
215 B
YAML
14 lines
215 B
YAML
# Used for pre-submit tests.
|
|
version: 1
|
|
env:
|
|
- GO111MODULE=on
|
|
- CGO_ENABLED=0
|
|
|
|
flags:
|
|
- -trimpath
|
|
- -tags=netgo
|
|
|
|
goos: linux
|
|
goarch: amd64
|
|
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}
|
|
dir: ./cli/slsa-verifier |