-
In the documentation here https://goreleaser.com/customization/archive/?h=archives it says that
I am trying to add additionally files:
- 'LICENSE*'
- 'README*'
- 'CHANGELOG'
- 'license*'
- 'readme*'
- 'changelog'
# Defaults ^^^
- src: "dist/source.sbom.spdx.json"
strip_parent: true However, that leads to "not found" errors https://github.com/stdedos/junit2html/actions/runs/10072198510/job/27843687785#step:7:51
... I think that's impossible? It seems that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
the defaults are handled differently as they might not exist. that said, right now its not possible to archive a sbom. they run after the archive, because it can make sboms of archives too. |
Beta Was this translation helpful? Give feedback.
the defaults are handled differently as they might not exist.
if you add more files, you need to specify only the files you want.
that said, right now its not possible to archive a sbom. they run after the archive, because it can make sboms of archives too.