mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
25 lines
390 B
YAML
25 lines
390 B
YAML
---
|
|
project_name: gosec
|
|
|
|
release:
|
|
github:
|
|
owner: securego
|
|
name: gosec
|
|
|
|
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
|