1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/pkg
Carlos Alexandro Becker cd2feb3c81
fix(sbom): syft might fail on windows (#4301)
the paths of the artifacts always use forward slashes, and the logic to
handle the relative path stuff inside the sbom pipe did not account for
that.

running the paths through `filepath.Clean` beforehand fixes it.

also improved yamlschema a little bit :) 

closes #4289
2023-09-17 14:23:04 -03:00
..
archive test: improve more tests (#4124) 2023-06-18 11:58:17 -03:00
build fix: many linting issues 2023-03-19 22:17:18 -03:00
config fix(sbom): syft might fail on windows (#4301) 2023-09-17 14:23:04 -03:00
context refactor: --skip=item (#4272) 2023-09-16 17:01:20 -03:00
defaults Revert "fix: skip defaults for skipped pipes (#4210)" 2023-08-09 02:43:34 +00:00
healthcheck fix(nix): hc should report nix-prefetch-url as a dependency 2023-06-17 23:23:14 +00:00