1 - 1.1
scpcli scr image pull-policy set
--image_id <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
[--critical_limit <value>]
[--high_limit <value>]
Description
Pull 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| vulnerable_image_pull_prevented required | boolean | 취약점이 있는 이미지 Pull 제한 여부 | True |
| unscanned_image_pull_prevented required | boolean | 스캔 되지 않은 이미지 Pull 제한 여부 | True |
| unmodified_excepted required | boolean | 수정 버전이 없는 취약점 제외 여부 | True |
| critical_limit optional | integer | Critical 심각도 | 20 |
| high_limit optional | integer | High 심각도 | 20 |
2 - 1.0
scpcli scr image pull-policy set
--image_id <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
[--critical_limit <value>]
[--high_limit <value>]
Description
Pull 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| vulnerable_image_pull_prevented required | boolean | 취약점이 있는 이미지 Pull 제한 여부 | True |
| unscanned_image_pull_prevented required | boolean | 스캔 되지 않은 이미지 Pull 제한 여부 | True |
| unmodified_excepted required | boolean | 수정 버전이 없는 취약점 제외 여부 | True |
| critical_limit optional | integer | Critical 심각도 | 20 |
| high_limit optional | integer | High 심각도 | 20 |