Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ncsa/ssh-auditor
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAzoff committed Feb 20, 2020
2 parents dd1c959 + d6a3aaa commit d5db9ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ builds:
main: .
ldflags: -s -w -X github.com/ncsa/ssh-auditor/cmd.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
binary: ssh-auditor
archive:
archives:
-
wrap_in_directory: true
format: tar.gz
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{
Expand All @@ -32,7 +33,8 @@ snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
nfpm:
nfpms:
-
description: scan for weak ssh passwords on your network
license: University of Illinois/NCSA Open Source License (NCSA)
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit d5db9ac

Please sign in to comment.