Skip to content

Commit caa86a4

Browse files
committed
add new contract
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 318a4a5 commit caa86a4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: chainloop.dev/v1
2+
kind: Contract
3+
metadata:
4+
name: chainloop-release-gate
5+
description: Gates a release if chainloop is not compliant
6+
spec:
7+
policies:
8+
attestation:
9+
- ref: source-commit
10+
with:
11+
check_signature: true
12+
check_author_verified: true
13+
- ref: check-compliance-requirement
14+
with:
15+
requirement_name: no-vulnerabilities-high,sbom-compliance
16+
gate: true
17+
runner:
18+
type: GITHUB_ACTION

0 commit comments

Comments
 (0)