Skip to content

Commit

Permalink
impl: fix broken link to in-toto (#932)
Browse files Browse the repository at this point in the history
Fixing a broken link.

Broken link:
https://github.com/in-toto/attestation/blob/main/spec/v1.0/bundle.md
Fixed link:
https://github.com/in-toto/attestation/blob/main/spec/v1/bundle.md

Signed-off-by: Brandon Mitchell <git@bmitch.net>
  • Loading branch information
sudo-bmitch authored Jul 28, 2023
1 parent 20a3737 commit bb6a86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/2023-05-02-in-toto-and-slsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ predicates they generate during the execution of their software supply chain.
For example, they can embed SLSA Provenance specific checks alongside others
that verify best practices such as two party code reviews, successful test runs,
and so on were adhered to. Taken together, a
[bundle of in-toto attestations](https://github.com/in-toto/attestation/blob/main/spec/v1.0/bundle.md)
[bundle of in-toto attestations](https://github.com/in-toto/attestation/blob/main/spec/v1/bundle.md)
and a layout can be used to comprehensively verify a software supply chain’s
security posture.

Expand Down
2 changes: 1 addition & 1 deletion docs/attestation-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ recognize that other choices MAY be necessary in various cases.
| Bundle | **[JSON Lines]**, see [attestation bundle] |
| Storage/Lookup | **TBD** |

[attestation bundle]: https://github.com/in-toto/attestation/blob/main/spec/v1.0/bundle.md
[attestation bundle]: https://github.com/in-toto/attestation/blob/main/spec/v1/bundle.md
[Binary Authorization]: https://cloud.google.com/binary-authorization
[DSSE]: https://github.com/secure-systems-lab/dsse/
[Generic SLSA Verifier]: https://github.com/slsa-framework/slsa-verifier
Expand Down

0 comments on commit bb6a86e

Please sign in to comment.