From 62d9045ec631762bb3448cc7717fc46f942c5ac3 Mon Sep 17 00:00:00 2001 From: Yoav Rotem Date: Thu, 20 May 2021 11:21:04 +0300 Subject: [PATCH] Fix issue with missing 'Maintainer' field (#875) Issue #840 missing 'Maintainer' field in package --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0634baf4..152f6e65 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,6 +28,7 @@ archives: nfpms: - vendor: Aqua Security + maintainer: Yoav Rotem description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices" license: Apache-2.0 homepage: https://github.com/aquasecurity/kube-bench