1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 20:58:10 +00:00

(fix) add config.yaml to releases, see #811 (#813)

Signed-off-by: Thorsten Schifferdecker <ts@systs.org>
This commit is contained in:
Thorsten Schifferdecker 2021-02-11 11:56:49 +01:00 committed by GitHub
parent 6262bc79ec
commit 2b3f036959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ archives:
name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}' name_template: '{{ .Binary }}_{{.Version}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{.Arm }}{{ end }}'
files: files:
- "cfg/**/*" - "cfg/**/*"
- "cfg/config.yaml"
nfpms: nfpms:
- -
vendor: Aqua Security vendor: Aqua Security
@ -32,6 +33,7 @@ nfpms:
homepage: https://github.com/aquasecurity/kube-bench homepage: https://github.com/aquasecurity/kube-bench
files: files:
"cfg/**/*": "/etc/kube-bench/cfg" "cfg/**/*": "/etc/kube-bench/cfg"
"cfg/config.yaml": "/etc/kube-bench/cfg"
formats: formats:
- deb - deb
- rpm - rpm