You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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]>
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@
27
27
-[Installation](#installation)
28
28
-[Inputs](#inputs)
29
29
-[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)
30
32
-[Build Your Own Builder](#build-your-own-builder)
31
33
-[Project Roadmap](#project-roadmap)
32
34
-[Technical design](#technical-design)
@@ -199,6 +201,20 @@ The inputs of the verifier are described in [slsa-framework/slsa-verifier#availa
199
201
200
202
A command line example is provided in [slsa-framework/slsa-verifier#example](https://github.com/slsa-framework/slsa-verifier#example).
201
203
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
+
202
218
## Build Your Own Builder
203
219
204
220
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