File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
name : chainloop-commit
19
19
spec :
20
20
policies :
21
- - type : ATTESTATION
21
+ - kind : ATTESTATION
22
22
embedded : |
23
23
package main
24
24
Original file line number Diff line number Diff line change 1
- # Copyright 2024 The Chainloop Authors.
1
+ # Copyright 2024-2025 The Chainloop Authors.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ metadata:
21
21
name : sarif-errors
22
22
spec :
23
23
policies :
24
- - type : ATTESTATION
24
+ - kind : ATTESTATION
25
25
embedded : |
26
26
package main
27
27
Original file line number Diff line number Diff line change 1
- # Copyright 2024 The Chainloop Authors.
1
+ # Copyright 2024-2025 The Chainloop Authors.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ metadata:
19
19
name : sarif-errors
20
20
spec :
21
21
policies :
22
- - type : SARIF
22
+ - kind : SARIF
23
23
embedded : |
24
24
package main
25
25
Original file line number Diff line number Diff line change
1
+ schemaVersion : v1
2
+ materials :
3
+ - name : container
4
+ type : CONTAINER_IMAGE
5
+ - name : sbom
6
+ type : SBOM_CYCLONEDX_JSON
7
+ - name : vulnerabilities-report
8
+ type : SARIF
9
+
10
+ # We can attach policies from the provided library of policies https://app.chainloop.dev/policies
11
+ # or custom ones as explained here https://docs.chainloop.dev/concepts/policies
12
+ policies :
13
+ attestation :
14
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/chainloop-commit.yaml
15
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/sbom-present.yaml
16
+ materials :
17
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/cyclonedx-licenses.yaml
18
+
Original file line number Diff line number Diff line change @@ -10,3 +10,10 @@ materials:
10
10
type : SARIF
11
11
optional : true
12
12
13
+ policies :
14
+ attestation :
15
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/chainloop-commit.yaml
16
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/sbom-present.yaml
17
+ materials :
18
+ - ref : https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/policies/sbom/cyclonedx-licenses.yaml
19
+
You can’t perform that action at this time.
0 commit comments