PullPolicy
PullPolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| critical_limit optional | Critical 심각도 Example : 20 | any of [integer, null] | |
| high_limit optional | High 심각도 Example : 20 | any of [integer, null] | |
| unmodified_excepted required | 수정 버전이 없는 취약점 제외 여부 Example : True | boolean | |
| unscanned_image_pull_prevented required | 스캔 되지 않은 이미지 Pull 제한 여부 Example : True | boolean | |
| vulnerable_image_pull_prevented required | 취약점이 있는 이미지 Pull 제한 여부 Example : True | boolean |