Skip to content

Commit cb66d64

Browse files
authored
fix: add contract without policies for getting started (#2077)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 949a2db commit cb66d64

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

app/controlplane/configs/config.devel.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ auth:
9494
prometheus_integration:
9595
- org_name: "development"
9696

97-
policy_providers:
98-
- name: chainloop
99-
default: true
100-
url: http://localhost:8002/v1
97+
# Policy providers configuration
98+
# policy_providers:
99+
# - name: chainloop
100+
# default: true
101+
# url: http://localhost:8002/v1
101102

102103
enable_profiler: true
103104

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This is an example contract that expects a container, an SBOM, and a vulnerabilities report.
2+
schemaVersion: v1
3+
materials:
4+
- name: container
5+
type: CONTAINER_IMAGE
6+
- name: sbom
7+
type: SBOM_CYCLONEDX_JSON
8+
optional: true
9+
- name: vulnerabilities-report
10+
type: SARIF
11+
optional: true
12+

0 commit comments

Comments
 (0)