(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

View File

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