Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add reference to GoReleaser blog post for container instructions #2958

Merged
merged 2 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions internal/builders/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ project simply generates provenance as a separate step in an existing workflow.
- [Provenance Example](#provenance-example)
- [Integration With Other Build Systems](#integration-with-other-build-systems)
- [Ko](#ko)
- [GoReleaser](#goreleaser)
- [Provenance for matrix strategy builds](#provenance-for-matrix-strategy-builds)
- [Verification](#verification)
- [slsa-verifier](#slsa-verifier)
Expand Down Expand Up @@ -443,6 +444,10 @@ This section explains how to generate non-forgeable SLSA provenance with existin
registry-password: ${{ secrets.GITHUB_TOKEN }}
```

### [GoReleaser](#goreleaser)

Follow the great blog post of [goreleaser.com](https://goreleaser.com/blog/slsa-generation-for-your-artifacts).

## Provenance for matrix strategy builds

See the
Expand Down
2 changes: 2 additions & 0 deletions internal/builders/generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ jobs:
upload-assets: true # upload to a new release
```

For more details, follow the great blog post on [goreleaser.com](https://goreleaser.com/blog/slsa-generation-for-your-artifacts).

### Provenance for JReleaser

If you use [JReleaser](https://github.com/jreleaser/release-action) to generate your build, you can easily
Expand Down
Loading