Skip to content

Commit 238ff40

Browse files
authored
Fix deprecated --file argument (#889)
1 parent 0066baf commit 238ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ sboms:
150150
-
151151
id: spdx-default
152152
documents: ["${artifact}.spdx.sbom"]
153-
args: ["$artifact", "--file", "$sbom", "--output", "spdx-json"]
153+
args: ["$artifact", "--output", "spdx-json=$document"]
154154
snapshot:
155155
name_template: "{{ .Tag }}-next"
156156
changelog:

0 commit comments

Comments
 (0)