Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon committed Nov 9, 2023
1 parent f5b488d commit a0b1a04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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

0 comments on commit a0b1a04

Please sign in to comment.