Skip to content

Commit

Permalink
[Automated PR] Sync cloud_defend plugin policy schema with cloud-defe…
Browse files Browse the repository at this point in the history
…nd repo (#154706)

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

Co-authored-by: sec_cloudnative_integrations <sec-cloudnative-integrations@elastic.co>
  • Loading branch information
mitodrummer and sec_cloudnative_integrations authored Apr 11, 2023
1 parent 3ebc372 commit edfa8b3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
"type": "array",
"minItems": 1,
"items": {
"type": "string"
"type": "string",
"pattern": "^(?:\\/[^\\/\\*]+)+(?:\\/\\*|\\/\\*\\*)?$"
}
},
"ignoreVolumeMounts": {
Expand Down Expand Up @@ -323,7 +324,8 @@
"type": "array",
"minItems": 1,
"items": {
"type": "string"
"type": "string",
"pattern": "^(?:\\/[^\\/\\*]+)+(?:\\/\\*|\\/\\*\\*)?$"
}
},
"processName": {
Expand Down

0 comments on commit edfa8b3

Please sign in to comment.