Skip to content

Commit a2540a1

Browse files
authored
chore: Update changelog for #3350 (#3401)
# Summary Update changelog for #3350 ## Testing Process ... ## Checklist - [ ] Review the contributing [guidelines](./../CONTRIBUTING.md) - [ ] Add a reference to related issues in the PR description. - [ ] Update documentation if applicable. - [ ] Add unit tests if applicable. - [ ] Add changes to the [CHANGELOG](./../CHANGELOG.md) if applicable. --------- Signed-off-by: laurentsimon <[email protected]>
1 parent 90f2eb1 commit a2540a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
- [Installation](#installation)
2828
- [Inputs](#inputs)
2929
- [Command line examples](#command-line-examples)
30+
- [Known Issues](#known-issues)
31+
- [error updating to TUF remote mirror: invalid](#error-updating-to-tuf-remote-mirror-invalid)
3032
- [Build Your Own Builder](#build-your-own-builder)
3133
- [Project Roadmap](#project-roadmap)
3234
- [Technical design](#technical-design)
@@ -199,6 +201,20 @@ The inputs of the verifier are described in [slsa-framework/slsa-verifier#availa
199201

200202
A command line example is provided in [slsa-framework/slsa-verifier#example](https://github.com/slsa-framework/slsa-verifier#example).
201203

204+
## Known Issues
205+
206+
### error updating to TUF remote mirror: invalid
207+
208+
This will occur only when generating provenance with all builders and generators.
209+
210+
**Affected versions:** all versions up and including v1.9.0
211+
212+
```shell
213+
error updating to TUF remote mirror: invalid
214+
```
215+
216+
This issue is tracked by [issue #3350](https://github.com/slsa-framework/slsa-github-generator/issues/3350). You _must_ update to the newest patch versions of each minor release to fix this issue.
217+
202218
## Build Your Own Builder
203219

204220
Use the [BYOB framework](BYOB.md) to create your own SLSA builder on GitHub. If you have an existing GitHub Action, you can use the BYOB framework to wrap it into a SLSA builder.

0 commit comments

Comments
 (0)