From f9220cb6176f06c121a899d21bc318eb2b6eedca Mon Sep 17 00:00:00 2001 From: Victoria Date: Tue, 10 Feb 2026 11:05:38 +0100 Subject: [PATCH] feat(gates): add sbom-compliance requirement as a release blocking Signed-off-by: Victoria --- .github/workflows/contracts/chainloop-vault-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/contracts/chainloop-vault-release.yml b/.github/workflows/contracts/chainloop-vault-release.yml index 33bb5f50c..3d07b145c 100644 --- a/.github/workflows/contracts/chainloop-vault-release.yml +++ b/.github/workflows/contracts/chainloop-vault-release.yml @@ -7,6 +7,10 @@ metadata: spec: policies: attestation: + - ref: check-compliance-requirement + with: + requirement_name: sbom-compliance + gate: true - ref: source-commit with: check_signature: yes