[Automated PR] Sync cloud_defend plugin policy schema with cloud-defend repo (#154193)

Automated by https://buildkite.com/elastic/cloud-defend/builds/668

Co-authored-by: sec_cloudnative_integrations <sec-cloudnative-integrations@elastic.co>
This commit is contained in:
Karl Godard 2023-03-31 14:23:06 -07:00 committed by GitHub
parent 650356a129
commit 1384a44eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@
"type": "string"
}
},
"fullContainerImageName": {
"containerImageFullName": {
"type": "array",
"minItems": 1,
"items": {
@ -194,7 +194,7 @@
"required": ["ignoreVolumeFiles"]
}
},
"fullContainerImageName": {
"containerImageFullName": {
"not": {
"required": ["containerImageName"]
}
@ -213,7 +213,7 @@
"required": ["containerImageName"]
},
{
"required": ["fullContainerImageName"]
"required": ["containerImageFullName"]
},
{
"required": ["containerImageTag"]
@ -268,7 +268,7 @@
"type": "string"
}
},
"fullContainerImageName": {
"containerImageFullName": {
"type": "array",
"minItems": 1,
"items": {
@ -347,13 +347,12 @@
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"maxLength": 8
"type": "string"
}
}
},
"dependencies": {
"fullContainerImageName": {
"containerImageFullName": {
"not": {
"required": ["containerImageName"]
}