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: 6 additions & 2 deletions docs/examples/contracts/slsa/source-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# code review requirements, and commit signing policies
schemaVersion: v1
policies:
attestation:
- ref: runner-automated
with:
runner: "GITHUB_ACTION" # or GITLAB_PIPELINE
materials:
- ref: commits-signed-required
with:
Expand All @@ -14,5 +18,5 @@ policyGroups:
- ref: code-review
with:
branches: "main"
# runner:
# type: GITHUB_ACTION # or GITLAB_PIPELINE
runner:
type: GITHUB_ACTION # or GITLAB_PIPELINE
Loading