Skip to content

Commit 9bdd9f5

Browse files
committed
schema updates
1 parent 60af559 commit 9bdd9f5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

schemas/control_binaries.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ properties:
6565
- url
6666
- checksum
6767
additionalProperties: false
68+
clairctl:
69+
type: object
70+
properties:
71+
url:
72+
type: string
73+
description: URL to download clairctl binary.
74+
checksum:
75+
type: string
76+
description: SHA256 checksum for the binary.
77+
pattern: "^sha256:[0-9a-f]{64}$"
78+
required:
79+
- url
80+
- checksum
81+
additionalProperties: false
6882
additionalProperties: false
6983
required:
7084
- control_binaries

0 commit comments

Comments
 (0)