Skip to content

Commit 22ea28d

Browse files
authored
fix(docs): contract names to match getting started (#2505)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 6cf51f7 commit 22ea28d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: chainloop.dev/v1
22
kind: Contract
33
metadata:
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
68
spec:
79
materials:
@@ -10,4 +12,4 @@ spec:
1012
- name: sbom
1113
type: SBOM_CYCLONEDX_JSON
1214
- name: vulnerabilities-report
13-
type: SARIF
15+
type: SARIF

docs/examples/quickstart/contract-with-policies-oss.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: chainloop.dev/v1
22
kind: Contract
33
metadata:
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
68
spec:
79
materials:
@@ -20,4 +22,3 @@ spec:
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-

docs/examples/quickstart/contract-with-policies.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: chainloop.dev/v1
22
kind: Contract
33
metadata:
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
68
spec:
79
materials:

0 commit comments

Comments
 (0)