Skip to content

Commit bb05158

Browse files
author
Dan Stough
authored
Merge pull request #436 from replicatedhq/dans-fix-sbom-perms
chore(ci): fix sbom assets for krew
2 parents f26c9b4 + b903f1f commit bb05158

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deploy/.goreleaser.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ archives:
5858
- README*
5959
- changelog*
6060
- CHANGELOG*
61-
- sbom/assets/*
61+
- src: 'sbom/assets/*'
62+
dst: .
63+
strip_parent: true # this is needed to make up for the way unzips work in krew v0.4.1
6264
- id: support-bundle
6365
builds:
6466
- support-bundle
@@ -76,6 +78,9 @@ archives:
7678
- README*
7779
- changelog*
7880
- CHANGELOG*
81+
- src: 'sbom/assets/*'
82+
dst: .
83+
strip_parent: true # this is needed to make up for the way unzips work in krew v0.4.1
7984
dockers:
8085
- dockerfile: ./deploy/Dockerfile.troubleshoot
8186
image_templates:

0 commit comments

Comments
 (0)