From b903f1f1c471cd559ae9fbea856252beaba2a052 Mon Sep 17 00:00:00 2001 From: Dan Stough Date: Mon, 27 Sep 2021 22:47:10 +0000 Subject: [PATCH] chore(ci): fix sbom asset perms --- deploy/.goreleaser.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index 050e8887..140ccb6c 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -58,7 +58,9 @@ archives: - README* - changelog* - CHANGELOG* - - sbom/assets/* + - src: 'sbom/assets/*' + dst: . + strip_parent: true # this is needed to make up for the way unzips work in krew v0.4.1 - id: support-bundle builds: - support-bundle @@ -76,6 +78,9 @@ archives: - README* - changelog* - CHANGELOG* + - src: 'sbom/assets/*' + dst: . + strip_parent: true # this is needed to make up for the way unzips work in krew v0.4.1 dockers: - dockerfile: ./deploy/Dockerfile.troubleshoot image_templates: