Verify SLSA provenance
verify_slsa_provenanceVerify an artifact's SLSA provenance attestation against the artifact to confirm integrity. Detect tampering or mismatched provenance using slsa-verifier.
Instructions
Verify an artifact's SLSA provenance with slsa-verifier.
**Reaches an external system**: shells out to a locally installed
``slsa-verifier`` binary (which may fetch metadata). No optional Python
extra is required, but the binary must be on ``PATH`` -- otherwise the
tool returns an ``EP_EXTERNAL_TOOL`` error.
Args:
artifact_path: Path to the artifact whose provenance is checked.
provenance_path: Path to the SLSA provenance attestation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact_path | Yes | Path to the artifact to verify. | |
| provenance_path | Yes | Path to the SLSA provenance attestation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||