We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60af559 commit 9bdd9f5Copy full SHA for 9bdd9f5
1 file changed
schemas/control_binaries.yaml
@@ -65,6 +65,20 @@ properties:
65
- url
66
- checksum
67
additionalProperties: false
68
+ clairctl:
69
+ type: object
70
+ properties:
71
+ url:
72
+ type: string
73
+ description: URL to download clairctl binary.
74
+ checksum:
75
76
+ description: SHA256 checksum for the binary.
77
+ pattern: "^sha256:[0-9a-f]{64}$"
78
+ required:
79
+ - url
80
+ - checksum
81
+ additionalProperties: false
82
83
required:
84
- control_binaries
0 commit comments