We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba60911 commit 9b384b4Copy full SHA for 9b384b4
1 file changed
docs/examples/contracts/slsa/source-code.yaml
@@ -3,6 +3,10 @@
3
# code review requirements, and commit signing policies
4
schemaVersion: v1
5
policies:
6
+ attestation:
7
+ - ref: runner-automated
8
+ with:
9
+ runner: "GITHUB_ACTION" # or GITLAB_PIPELINE
10
materials:
11
- ref: commits-signed-required
12
with:
@@ -14,5 +18,5 @@ policyGroups:
14
18
- ref: code-review
15
19
16
20
branches: "main"
17
-# runner:
-# type: GITHUB_ACTION # or GITLAB_PIPELINE
21
+runner:
22
+ type: GITHUB_ACTION # or GITLAB_PIPELINE
0 commit comments