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
lulf
changed the title
A function that takes as input an SLSA provenance, applies a pattern to it, and produces a SLSA verification summary from it. Usage: pattern foo = slsa::vsa<my-attestation-attern>
A function that takes as input an SLSA provenance and produces a SLSA verification summary
Mar 15, 2023
lulf
changed the title
A function that takes as input an SLSA provenance and produces a SLSA verification summary
A function that transform SLSA provenance + pattern into a SLSA verification summary
Mar 15, 2023
Usage:
slsa::verify<my-policy-pattern>
The verify function takes a Provenance predicate, and performs a verification, producing a Verification Attestation Summary as described here.
Guidance on SLSA levels https://slsa.dev/spec/v0.1/requirements
The intended use is that consumers can create policies that enforce SLSA level 0-4 for their artifacts.
The text was updated successfully, but these errors were encountered: