File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : chainloop.dev/v1
22kind : Contract
33metadata :
4- name : contract-only-materials
4+ # DO NOT CHANGE, it's used in the getting started guide
5+ # https://docs.chainloop.dev/get-started
6+ name : myproject-build-container-image
57 description : Basic contract with materials only
68spec :
79 materials :
1012 - name : sbom
1113 type : SBOM_CYCLONEDX_JSON
1214 - name : vulnerabilities-report
13- type : SARIF
15+ type : SARIF
Original file line number Diff line number Diff line change 11apiVersion : chainloop.dev/v1
22kind : Contract
33metadata :
4- name : contract-with-policies-oss
4+ # DO NOT CHANGE, it's used in the getting started guide
5+ # https://docs.chainloop.dev/get-started
6+ name : myproject-build-container-image
57 description : Contract with policies for OSS projects
68spec :
79 materials :
2022 - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/sbom-present.yaml
2123 materials :
2224 - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/cyclonedx-licenses.yaml
23-
Original file line number Diff line number Diff line change 11apiVersion : chainloop.dev/v1
22kind : Contract
33metadata :
4- name : contract-with-policies
4+ # DO NOT CHANGE, it's used in the getting started guide
5+ # https://docs.chainloop.dev/get-started
6+ name : myproject-build-container-image
57 description : Contract with policies and policy groups for comprehensive checks
68spec :
79 materials :
You can’t perform that action at this time.
0 commit comments