Skip to content

Commit

Permalink
Merge pull request #38 from marcelamelara/update-attestation-redirects
Browse files Browse the repository at this point in the history
Add missing predicate spec redirects, update Statement v1 redirect
  • Loading branch information
lukpueh authored Jul 17, 2024
2 parents 5d92db4 + 8b0e79f commit b7d3ac3
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,32 @@ Link/v1.0.0 https://github.com/in-toto/attestation/tree/v0.1.0/spec/predic
Provenance/v0.1.0 https://github.com/in-toto/attestation/tree/v0.1.0/spec/predicates/provenance.md
SPDX/v1.0.0 https://github.com/in-toto/attestation/blob/v0.1.0/spec/predicates/spdx.md

# Below version numbers are in the spec at the v1.0 tag
Statement/v1 https://github.com/in-toto/attestation/blob/v1.0/spec/v1.0/statement.md

# Below version numbers use main branch
Release/v0.1 https://github.com/in-toto/attestation/blob/main/spec/predicates/release.md

# Bonus: v0.1.0 <-> v0.1
Envelope/v0.1.0 https://github.com/in-toto/attestation/tree/v0.1.0/spec#envelope
Predicate/v0.1.0 https://github.com/in-toto/attestation/tree/v0.1.0/spec#predicate
Provenance/v0.1 https://github.com/in-toto/attestation/tree/v0.1.0/spec/predicates/provenance.md
Statement/v0.1.0 https://github.com/in-toto/attestation/tree/v0.1.0/spec#statement

# Below version numbers use main branch

# Below version numbers are in the spec at the v1.x tag
Statement/v1 https://github.com/in-toto/attestation/blob/main/spec/v1/statement.md

# Below are vetted Attestation Framework predicates (versioned independently)
attestation/link https://github.com/in-toto/attestation/tree/main/spec/predicates/link.md
attestation/link/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/link.md

attestation/release https://github.com/in-toto/attestation/tree/main/spec/predicates/release.md
attestation/release/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/release.md

attestation/runtime-trace https://github.com/in-toto/attestation/tree/main/spec/predicates/runtime-trace.md
attestation/runtime-trace/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/runtime-trace.md

attestation/scai/attribute-report/ https://github.com/in-toto/attestation/tree/main/spec/predicates/scai.md
attestation/scai/attribute-report/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/scai.md

attestation/test-result https://github.com/in-toto/attestation/tree/main/spec/predicates/test-result.md
attestation/test-result/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/test-result.md

attestation/vulns https://github.com/in-toto/attestation/tree/main/spec/predicates/vuln.md
attestation/vulns/v* https://github.com/in-toto/attestation/tree/main/spec/predicates/vuln.md

0 comments on commit b7d3ac3

Please sign in to comment.