mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
18 lines
309 B
YAML
18 lines
309 B
YAML
|
builds:
|
||
|
- main : ./cmd/gosec/
|
||
|
binary: gosec
|
||
|
goos:
|
||
|
- darwin
|
||
|
- linux
|
||
|
- windows
|
||
|
goarch:
|
||
|
- amd64
|
||
|
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
|
||
|
archive:
|
||
|
files:
|
||
|
- README.md
|
||
|
- LICENSE.txt
|