mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 19:45:28 +00:00
goreleaser update to include cve-annotate build
This commit is contained in:
parent
fbcf9e2436
commit
7338ba5190
@ -3,36 +3,48 @@ before:
|
|||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
|
||||||
builds:
|
builds:
|
||||||
- env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
goos:
|
|
||||||
- windows
|
|
||||||
- linux
|
|
||||||
- darwin
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
- 386
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
|
|
||||||
|
- main: cmd/nuclei/main.go
|
||||||
|
binary: nuclei
|
||||||
|
id: nuclei-cli
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
|
||||||
|
goos: [windows,linux,darwin]
|
||||||
|
goarch: [amd64,386,arm,arm64]
|
||||||
ignore:
|
ignore:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: '386'
|
goarch: 386
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: 'arm'
|
goarch: arm
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: 'arm64'
|
goarch: arm64
|
||||||
|
|
||||||
binary: '{{ .ProjectName }}'
|
|
||||||
main: cmd/nuclei/main.go
|
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
|
||||||
|
- main: cmd/cve-annotate/main.go
|
||||||
|
binary: cve-annotate
|
||||||
|
id: annotate
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
|
||||||
|
goos: [linux]
|
||||||
|
goarch: [amd64]
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: zip
|
- format: zip
|
||||||
|
id: nuclei
|
||||||
|
builds: [nuclei-cli]
|
||||||
replacements:
|
replacements:
|
||||||
darwin: macOS
|
darwin: macOS
|
||||||
|
|
||||||
|
- format: zip
|
||||||
|
id: annotate
|
||||||
|
builds: [annotate]
|
||||||
|
name_template: "{{ .Binary }}"
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user