Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/examples/contracts/slsa/github.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Require a container image reference, SLSA provenance and include SLSA complicance verification
# Require a container image reference and include SLSA complicance verification
schemaVersion: v1

materials:
- type: CONTAINER_IMAGE
name: container
- type: SLSA_PROVENANCE
name: slsa-attestation

policyGroups:
- ref: slsa-checks
with:
provenance_material_name: slsa-attestation
runner: GITHUB_ACTION
issuer: "GitHub"
runner: GITHUB_ACTION # or GITLAB_PIPELINE
Loading