File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
app/cli/internal/policydevel/templates Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ default violations := []
4040# violations contains msg if {
4141# valid_input
4242# insert code here
43- # }
43+ # }
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ metadata:
99 description : {{.Description | trimSpace}}
1010spec :
1111 policies :
12- # Type of artifact to validate
13- # See docs: https://docs.chainloop.dev/concepts/material-types
14- - kind : {{.MaterialKind}}
12+ # Type of artifact to validate
13+ # See docs: https://docs.chainloop.dev/concepts/material-types
14+ - kind : {{.MaterialKind}}
1515 {{if .Embedded -}}
16- # Embedded Rego policy
17- # See docs: https://docs.chainloop.dev/guides/custom-policies#embedded-vs-external
16+ # Embedded Rego policy
17+ # See docs: https://docs.chainloop.dev/guides/custom-policies#embedded-vs-external
1818 embedded : |
1919{{.RegoContent | indent 8}}
2020 {{else -}}
21- # Path to external Rego policy file
22- # See docs: https://docs.chainloop.dev/guides/custom-policies#rego-policy-structure
21+ # Path to external Rego policy file
22+ # See docs: https://docs.chainloop.dev/guides/custom-policies#rego-policy-structure
2323 path : {{.RegoPath}}
24- {{end -}}
24+ {{end -}}
You can’t perform that action at this time.
0 commit comments