mirror of
https://github.com/securego/gosec.git
synced 2024-12-28 13:35:52 +00:00
16 lines
274 B
YAML
16 lines
274 B
YAML
|
builds:
|
||
|
- main : ./cmd/gas/
|
||
|
binary: gas
|
||
|
goos:
|
||
|
- darwin
|
||
|
- linux
|
||
|
- windows
|
||
|
goarch:
|
||
|
- amd64
|
||
|
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||
|
|
||
|
archive:
|
||
|
files:
|
||
|
- README.md
|
||
|
- LICENSE.txt
|