Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 Container Registry 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
| Version | Status | Supported Until |
|---|---|---|
| 1.0 | SUPPORTED | 20260630 |
| 1.1 | CURRENT | - |
이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
scpcli scr registry name-duplication show
--name <value>
Registry명 중복 여부
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Registry명 | sample |
| Name | Description | Example |
|---|---|---|
| result | 이름 중복 여부 | True |
scpcli scr registry name-duplication show
--name <value>
Registry명 중복 여부
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Registry명 | sample |
| Name | Description | Example |
|---|---|---|
| result | 이름 중복 여부 | True |
scpcli scr repository name-duplication show
--name <value>
--registry_id <value>
Registry명 중복 여부
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Repository명 | sample |
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| Name | Description | Example |
|---|---|---|
| result | 이름 중복 여부 | True |
scpcli scr repository name-duplication show
--name <value>
--registry_id <value>
Registry명 중복 여부
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Repository명 | sample |
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| Name | Description | Example |
|---|---|---|
| result | 이름 중복 여부 | True |
scpcli scr tags scan set
--tags_id <value>
취약점 검사 수행
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
scpcli scr tags scan set
--tags_id <value>
취약점 검사 수행
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
scpcli scr registry create
--public_visible_enabled <value>
--public_acl_resources <value>
--private_acl_resources <value>
--private_acl_enabled <value>
--name <value>
[--public_acl_enabled <value>]
[--public_endpoint_enabled <value>]
[--tags <value>]
Registry 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| public_visible_enabled required | boolean | 가시성 Public 선택 여부 | True |
| public_acl_resources required | array | Public 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_resources required | array | Private 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_enabled required | boolean | Private 접근 제어 활성화 | True |
| name required | string | Registry명 | sample |
| public_acl_enabled optional | boolean | Public 접근 제어 활성화 | True |
| public_endpoint_enabled optional | boolean | Public Endpoint 활성화 | True |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
| Name | Description | Example |
|---|---|---|
| id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| message | 설명 | Carpe diem. |
| state | Registry 상태 | Running |
scpcli scr registry create
--public_visible_enabled <value>
--public_acl_resources <value>
--private_acl_resources <value>
--private_acl_enabled <value>
--name <value>
[--public_acl_enabled <value>]
[--public_endpoint_enabled <value>]
[--tags <value>]
Registry 생성
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| public_visible_enabled required | boolean | 가시성 Public 선택 여부 | True |
| public_acl_resources required | array | Public 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_resources required | array | Private 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_enabled required | boolean | Private 접근 제어 활성화 | True |
| name required | string | Registry명 | sample |
| public_acl_enabled optional | boolean | Public 접근 제어 활성화 | True |
| public_endpoint_enabled optional | boolean | Public Endpoint 활성화 | True |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
| Name | Description | Example |
|---|---|---|
| id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| message | 설명 | Carpe diem. |
| state | Registry 상태 | Running |
scpcli scr repository create
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
--locked <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_tag_expression <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
--registry_id <value>
--name <value>
--description <value>
[--tags <value>]
[--critical_limit <value>]
[--high_limit <value>]
Repository 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |
| vulnerable_image_pull_prevented required | boolean | 취약점이 있는 이미지 Pull 제한 여부 | True |
| unscanned_image_pull_prevented required | boolean | 스캔 되지 않은 이미지 Pull 제한 여부 | True |
| unmodified_excepted required | boolean | 수정 버전이 없는 취약점 제외 여부 | True |
| locked required | boolean | Locked | True |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_tag_expression required | string | Tagged rule tag expression | * |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| name required | string | Repository명 | sample |
| description required | string | 설명 | Carpe diem. |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
| critical_limit optional | integer | Critical 심각도 | 20 |
| high_limit optional | integer | High 심각도 | 20 |
| Name | Description | Example |
|---|---|---|
| id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| message | 설명 | Carpe diem. |
| state | Repository 상태 | Active |
scpcli scr repository create
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
--locked <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
--registry_id <value>
--name <value>
--description <value>
[--tags <value>]
[--critical_limit <value>]
[--high_limit <value>]
Repository 생성
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |
| vulnerable_image_pull_prevented required | boolean | 취약점이 있는 이미지 Pull 제한 여부 | True |
| unscanned_image_pull_prevented required | boolean | 스캔 되지 않은 이미지 Pull 제한 여부 | True |
| unmodified_excepted required | boolean | 수정 버전이 없는 취약점 제외 여부 | True |
| locked required | boolean | Locked | True |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| name required | string | Repository명 | sample |
| description required | string | 설명 | Carpe diem. |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
| critical_limit optional | integer | Critical 심각도 | 20 |
| high_limit optional | integer | High 심각도 | 20 |
| Name | Description | Example |
|---|---|---|
| id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| message | 설명 | Carpe diem. |
| state | Repository 상태 | Active |
scpcli scr image delete
--image_id <value>
Image 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
scpcli scr image delete
--image_id <value>
Image 삭제
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
scpcli scr registry delete
--registry_id <value>
Registry 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
scpcli scr registry delete
--registry_id <value>
Registry 삭제
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
scpcli scr repository delete
--repository_id <value>
Repository 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
scpcli scr repository delete
--repository_id <value>
Repository 삭제
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
scpcli scr tag delete
--tags_id <value>
--tag_names <value>
Tags 복수 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| tag_names required | array | 태그명 | [ |
scpcli scr tag delete
--tags_id <value>
--tag_names <value>
Tags 복수 삭제
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| tag_names required | array | 태그명 | [ |
scpcli scr tags delete
--tags_ids <value>
Tags 복수 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_ids required | array | 태그 ID 목록 | [ |
scpcli scr tags delete
--tags_ids <value>
Tags 복수 삭제
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_ids required | array | 태그 ID 목록 | [ |
scpcli scr tags manifest show
--tags_id <value>
매니페스트 파일 다운로드
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| Name | Description | Example |
|---|
scpcli scr tags manifest show
--tags_id <value>
매니페스트 파일 다운로드
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| Name | Description | Example |
|---|
scpcli scr registry connectable-resource list
get connectable domains
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 558496f6c49d43459e61e191fb3c08fe |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| name | Registry명 | sample |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| type | 자원 타입 | container-registry |
scpcli scr registry connectable-resource list
get connectable domains
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Description | Example |
|---|---|---|
| id | 자원 ID | 558496f6c49d43459e61e191fb3c08fe |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| name | Registry명 | sample |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| type | 자원 타입 | container-registry |
scpcli scr repository image list
--repository_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
Image 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | 이미지명 | sample |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| created_at | 생성일시 | 2024-08-15T13:05:09.701645823+09:00 |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| name | 이미지명 | sample |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 |
| pull_count | Pull 횟수 | 20 |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| state | 이미지 상태 | Active |
scpcli scr repository image list
--repository_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
Image 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | 이미지명 | sample |
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| created_at | 생성일시 | 2024-08-15T13:05:09.701645823+09:00 |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| name | 이미지명 | sample |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817 |
| pull_count | Pull 횟수 | 20 |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| state | 이미지 상태 | Active |
scpcli scr registry list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
Registry 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | Registry명 | sample |
| state optional | string | Registry 상태 | Running |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| bucket_name | Bucket명 | 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Registry명 | sample |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| public_visible_enabled | 가시성 Public 선택 여부 | True |
| state | Registry 상태 | Running |
scpcli scr registry list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
Registry 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | Registry명 | sample |
| state optional | string | Registry 상태 | Running |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| bucket_name | Bucket명 | 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Registry명 | sample |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| public_visible_enabled | 가시성 Public 선택 여부 | True |
| state | Registry 상태 | Running |
scpcli scr registry repository list
--registry_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
Repository 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | Repository명 | sample |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Repository명 | sample |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| state | Repository 상태 | Active |
scpcli scr registry repository list
--registry_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
Repository 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| name optional | string | Repository명 | sample |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Repository명 | sample |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| state | Repository 상태 | Active |
scpcli scr image tags list
--image_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--reference_tags <value>]
Tags 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| reference_tags optional | string | 참조 중인 tags 목록 | ["sample"] |
| Name | Description | Example |
|---|---|---|
| id | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| hash_digest | Hash digest | |
| last_scanned_at | 마지막 스캔 일시 | 2024-08-15T13:05:09.701645823+09:00 |
| lock_policy | Lock 정책 | |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| re_scan_needed | 취약점 점검 재시도 필요 여부 | True |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| referenced_by | 참조 여부 | |
| scan_state | 스캔 상태 | Scanning state |
| scan_summary | ||
| size | 크기 | 10 |
| state | 태그 상태 | Active |
scpcli scr image tags list
--image_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--reference_tags <value>]
Tags 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| reference_tags optional | string | 참조 중인 tags 목록 | ["sample"] |
| Name | Description | Example |
|---|---|---|
| id | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| hash_digest | Hash digest | |
| last_scanned_at | 마지막 스캔 일시 | 2024-08-15T13:05:09.701645823+09:00 |
| lock_policy | Lock 정책 | |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| re_scan_needed | 취약점 점검 재시도 필요 여부 | True |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| referenced_by | 참조 여부 | |
| scan_state | 스캔 상태 | Scanning state |
| scan_summary | ||
| size | 크기 | 10 |
| state | 태그 상태 | Active |
scpcli scr image lifecycle-policy-preview run
--image_id <value>
Lifecycle 정책 Preview 실행
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| Name | Description | Example |
|---|
scpcli scr image lifecycle-policy-preview run
--image_id <value>
Lifecycle 정책 Preview 실행
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| Name | Description | Example |
|---|
scpcli scr image show
--image_id <value>
Image 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Carpe diem. |
| lifecycle_policy | Lifecycle 정책 | |
| lock_policy | Lock 정책 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이미지명 | sample |
| pull_count | Pull 횟수 | 100 |
| pull_policy | Pull 정책 | |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| scan_policy | Scan 정책 | |
| state | 이미지 상태 | Active |
scpcli scr image show
--image_id <value>
Image 상세 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Carpe diem. |
| lifecycle_policy | Lifecycle 정책 | |
| lock_policy | Lock 정책 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 이미지명 | sample |
| pull_count | Pull 횟수 | 100 |
| pull_policy | Pull 정책 | |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| scan_policy | Scan 정책 | |
| state | 이미지 상태 | Active |
scpcli scr image lifecycle-policy-preview show
--image_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--reference_tags <value>]
Lifecycle 정책 Preview 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| reference_tags optional | string | 참조 중인 tags 목록 | ["sample"] |
| Name | Description | Example |
|---|---|---|
| created_at | 생성일시 | 2024-08-15T13:05:09.701645823+09:00 |
| hash_digest | Hash digest | |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| state | 태그 상태 | Active |
scpcli scr image lifecycle-policy-preview show
--image_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--reference_tags <value>]
Lifecycle 정책 Preview 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| reference_tags optional | string | 참조 중인 tags 목록 | ["sample"] |
| Name | Description | Example |
|---|---|---|
| id | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| hash_digest | Hash digest | |
| last_scanned_at | 마지막 스캔 일시 | 2024-08-15T13:05:09.701645823+09:00 |
| lock_policy | Lock 정책 | |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo/sample_20240817@sha256:1234…abcd |
| re_scan_needed | 취약점 점검 재시도 필요 여부 | True |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| referenced_by | 참조 여부 | |
| scan_state | 스캔 상태 | Scanning state |
| scan_summary | ||
| size | 크기 | 10 |
| state | 태그 상태 | Active |
scpcli scr registry show
--registry_id <value>
Registry 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| bucket_id | Bucket ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| bucket_name | Bucket명 | 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup |
| bucket_usage | Bucket 사용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Registry명 | sample |
| private_acl_enabled | Private 접근 제어 활성화 | True |
| private_acl_resources | Private 접근 허용 리소스 리스트 | |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_acl_enabled | Public 접근 제어 활성화 | True |
| public_acl_resources | Public 접근 허용 리소스 리스트 | |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| public_endpoint_enabled | Public Endpoint 활성화 | True |
| public_visible_enabled | 가시성 Public 선택 여부 | True |
| state | Registry 상태 | Running |
scpcli scr registry show
--registry_id <value>
Registry 상세 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| bucket_id | Bucket ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| bucket_name | Bucket명 | 4663afe94e7c4a2099968d90064ce218.scr.{region}.zgpsrpup |
| bucket_usage | Bucket 사용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Registry명 | sample |
| private_acl_enabled | Private 접근 제어 활성화 | True |
| private_acl_resources | Private 접근 허용 리소스 리스트 | |
| private_domain | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com |
| public_acl_enabled | Public 접근 제어 활성화 | True |
| public_acl_resources | Public 접근 허용 리소스 리스트 | |
| public_domain | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com |
| public_endpoint_enabled | Public Endpoint 활성화 | True |
| public_visible_enabled | 가시성 Public 선택 여부 | True |
| state | Registry 상태 | Running |
scpcli scr repository show
--repository_id <value>
Repository 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Carpe diem. |
| lifecycle_policy | Lifecycle 정책 | |
| lock_policy | Lock 정책 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Repository명 | sample |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo |
| pull_policy | Pull 정책 | |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| scan_policy | Scan 정책 | |
| state | Repository 상태 | Active |
scpcli scr repository show
--repository_id <value>
Repository 상세 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Carpe diem. |
| lifecycle_policy | Lifecycle 정책 | |
| lock_policy | Lock 정책 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Repository명 | sample |
| private_endpoint_url | Private Endpoint URL | sample.scr.private.{region}.{environment}.samsungsdscloud.com:30748/sample-repo |
| public_endpoint_url | Public Endpoint URL | sample.scr.{region}.{environment}.samsungsdscloud.com:30748/sample-repo |
| pull_policy | Pull 정책 | |
| registry_id | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| scan_policy | Scan 정책 | |
| state | Repository 상태 | Active |
scpcli scr tags show
--tags_id <value>
Tags 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| Name | Description | Example |
|---|---|---|
| id | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| created_at | 생성일시 | 2024-08-15T13:05:09.701645823+09:00 |
| hash_digest | Hash digest | |
| image_id | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| lock_policy | Lock 정책 | |
| manifest | 매니페스트 | |
| manifest_media_type | Manifest 미디어 타입 | |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| registry_id | ||
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| state | 태그 상태 | Active |
scpcli scr tags show
--tags_id <value>
Tags 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| Name | Description | Example |
|---|---|---|
| id | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| created_at | 생성일시 | 2024-08-15T13:05:09.701645823+09:00 |
| hash_digest | Hash digest | |
| image_id | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| lock_policy | Lock 정책 | |
| manifest | 매니페스트 | |
| manifest_media_type | Manifest 미디어 타입 | |
| modified_at | 수정일시 | 2024-08-16T16:06:09.701645823+09:00 |
| reference_tags | 참조 중인 tags 목록 | [“sample”] |
| registry_id | ||
| repository_id | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| state | 태그 상태 | Active |
scpcli scr tags package show
--tags_id <value>
[--os_language <value>]
[--package_name <value>]
[--sort <value>]
[--page <value>]
[--size <value>]
Package 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| os_language optional | string | OS 이름 또는 언어 이름 | Java |
| package_name optional | string | 패키지명 | com.example.sample |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| Name | Description | Example |
|---|---|---|
| category | 카테고리 | Language |
| os_language | OS 이름 또는 언어 이름 | Java |
| package_name | 패키지명 | com.example.sample |
| scan_summary | ||
| type | Pipeline 유형 | os-pkg(binary) |
| version | OS 배포 버전 | 0.7.2-r3 |
scpcli scr tags package show
--tags_id <value>
[--os_language <value>]
[--package_name <value>]
[--sort <value>]
[--page <value>]
[--size <value>]
Package 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| os_language optional | string | OS 이름 또는 언어 이름 | Java |
| package_name optional | string | 패키지명 | com.example.sample |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| Name | Description | Example |
|---|---|---|
| category | 카테고리 | Language |
| os_language | OS 이름 또는 언어 이름 | Java |
| package_name | 패키지명 | com.example.sample |
| scan_summary | ||
| type | Pipeline 유형 | os-pkg(binary) |
| version | OS 배포 버전 | 0.7.2-r3 |
scpcli scr tags secret show
--tags_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--file_name <value>]
Secret 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| file_name optional | string | 시크릿 파일명 | /certs/sample-key1.key |
| Name | Description | Example |
|---|---|---|
| category | 카테고리 | Language |
| file_name | 시크릿 파일명 | /certs/sample-key1.key |
| match | 시크릿 매치 | —–BEGIN SAMPLE KEY—–*********************… |
| rule_id | 시크릿 룰 ID | private-key |
| severity | 심각도 | High |
| start_line | 시크릿 시작점 | 1 |
| target | 대상 | /certs/sample-key1.key |
| title | 시크릿 제목 | Asymmetric Private Key |
| vulnerability_class | 시크릿 취약점 클래스 | secret |
scpcli scr tags secret show
--tags_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--file_name <value>]
Secret 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| file_name optional | string | 시크릿 파일명 | /certs/sample-key1.key |
| Name | Description | Example |
|---|---|---|
| category | 카테고리 | Language |
| file_name | 시크릿 파일명 | /certs/sample-key1.key |
| match | 시크릿 매치 | —–BEGIN SAMPLE KEY—–*********************… |
| rule_id | 시크릿 룰 ID | private-key |
| severity | 심각도 | High |
| start_line | 시크릿 시작점 | 1 |
| target | 대상 | /certs/sample-key1.key |
| title | 시크릿 제목 | Asymmetric Private Key |
| vulnerability_class | 시크릿 취약점 클래스 | secret |
scpcli scr tags vulnerability show
--tags_id <value>
[--os_language <value>]
[--package_name <value>]
[--sort <value>]
[--page <value>]
[--size <value>]
[--update_version_available <value>]
[--severity <value>]
[--category <value>]
취약점 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| os_language optional | string | OS 이름 또는 언어 이름 | Java |
| package_name optional | string | 패키지명 | com.example.sample |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| update_version_available optional | boolean | 수정 버전 | True |
| severity optional | array | 심각도 | H |
| category optional | string | 카테고리 | Language |
| Name | Description | Example |
|---|---|---|
| attack_complexity | 공격 복잡성 | |
| attack_vector | 공격 벡터 | |
| availability | 가용성 | |
| confidentiality | 기밀성 | |
| integrity | 무결성 | |
| privileges_required | 필요한 권한 | |
| scope | 공격 범위 | |
| user_interaction | 사용자 참여 정도 |
scpcli scr tags vulnerability show
--tags_id <value>
[--os_language <value>]
[--package_name <value>]
[--sort <value>]
[--page <value>]
[--size <value>]
[--update_version_available <value>]
[--severity <value>]
[--category <value>]
취약점 목록 조회
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| tags_id required | string | Tags ID | b48210c7a226460fa15b6e3e221b30b0 |
| os_language optional | string | OS 이름 또는 언어 이름 | Java |
| package_name optional | string | 패키지명 | com.example.sample |
| sort optional | string | sort | name:asc |
| page optional | integer | page | 0 |
| size optional | integer | size | 20 |
| update_version_available optional | boolean | 수정 버전 | True |
| severity optional | array | 심각도 | H |
| category optional | string | 카테고리 | Language |
| Name | Description | Example |
|---|---|---|
| attack_complexity | 공격 복잡성 | |
| attack_vector | 공격 벡터 | |
| availability | 가용성 | |
| confidentiality | 기밀성 | |
| integrity | 무결성 | |
| privileges_required | 필요한 권한 | |
| scope | 공격 범위 | |
| user_interaction | 사용자 참여 정도 |
scpcli scr image description set
--image_id <value>
--description <value>
Image 설명 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| description required | string | 설명 | Carpe diem. |
scpcli scr image description set
--image_id <value>
--description <value>
Image 설명 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| description required | string | 설명 | Carpe diem. |
scpcli scr image lifecycle-policy set
--image_id <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_tag_expression <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
Lifecycle 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_tag_expression required | string | Tagged rule tag expression | * |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
scpcli scr image lifecycle-policy set
--image_id <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
Lifecycle 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
scpcli scr image lock-policy set
--image_id <value>
--locked <value>
Lock 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| locked required | boolean | Locked | True |
scpcli scr image lock-policy set
--image_id <value>
--locked <value>
Lock 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| locked required | boolean | Locked | True |
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>]
Pull 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
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>]
Pull 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| 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 |
scpcli scr image scan-policy set
--image_id <value>
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
Scan 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |
scpcli scr image scan-policy set
--image_id <value>
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
Scan 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| image_id required | string | 이미지 ID | 5b5ed4f2881a440583536fc1a8c39a28 |
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |
scpcli scr registry private-acl set
--registry_id <value>
--private_acl_resources <value>
--private_acl_enabled <value>
Private 접근 제어 설정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| private_acl_resources required | array | Private 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_enabled required | boolean | Private 접근 제어 활성화 | True |
scpcli scr registry private-acl set
--registry_id <value>
--private_acl_resources <value>
--private_acl_enabled <value>
Private 접근 제어 설정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| private_acl_resources required | array | Private 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| private_acl_enabled required | boolean | Private 접근 제어 활성화 | True |
scpcli scr registry public-acl set
--registry_id <value>
--public_acl_resources <value>
--public_acl_enabled <value>
Public 접근 제어 설정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| public_acl_resources required | array | Public 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| public_acl_enabled required | boolean | Public 접근 제어 활성화 | True |
scpcli scr registry public-acl set
--registry_id <value>
--public_acl_resources <value>
--public_acl_enabled <value>
Public 접근 제어 설정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| public_acl_resources required | array | Public 접근 허용 리소스 리스트 | '{"resource_id": "558496f6c49d43459e61e191fb3c08fe", "resource_ips": "[]", "resource_name": "sample", "resource_type": "virtualServer"}' |
| public_acl_enabled required | boolean | Public 접근 제어 활성화 | True |
scpcli scr registry public-endpoint-enabled set
--registry_id <value>
--public_endpoint_enabled <value>
Public Endpoint 활성화
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| public_endpoint_enabled required | boolean | Public Endpoint 활성화 | True |
scpcli scr registry public-endpoint-enabled set
--registry_id <value>
--public_endpoint_enabled <value>
Public Endpoint 활성화
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| registry_id required | string | Registry ID | rpqtmqgec3174541bbf77eecf2cd3585 |
| public_endpoint_enabled required | boolean | Public Endpoint 활성화 | True |
scpcli scr repository description set
--repository_id <value>
--description <value>
Repository 설명 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| description required | string | 설명 | Carpe diem. |
scpcli scr repository description set
--repository_id <value>
--description <value>
Repository 설명 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| description required | string | 설명 | Carpe diem. |
scpcli scr repository lifecycle-policy set
--repository_id <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_tag_expression <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
Lifecycle 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_tag_expression required | string | Tagged rule tag expression | * |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
scpcli scr repository lifecycle-policy set
--repository_id <value>
--untagged_rule_enabled <value>
--untagged_rule_duration <value>
--outdated_rule_enabled <value>
--outdated_rule_duration <value>
--lifecycle_policy_enabled <value>
Lifecycle 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| untagged_rule_enabled required | boolean | Untagged Image 자동 삭제 활성화 | True |
| untagged_rule_duration required | integer | Untagged Image 자동 삭제 기한 | 90 |
| outdated_rule_enabled required | boolean | Tagged rule enabled | True |
| outdated_rule_duration required | integer | Tagged rule duration | 90 |
| lifecycle_policy_enabled required | boolean | Lifecycle 정책 활성화 | True |
scpcli scr repository lock-policy set
--repository_id <value>
--locked <value>
Lock 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| locked required | boolean | Locked | True |
scpcli scr repository lock-policy set
--repository_id <value>
--locked <value>
Lock 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| locked required | boolean | Locked | True |
scpcli scr repository pull-policy set
--repository_id <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
[--critical_limit <value>]
[--high_limit <value>]
Pull 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| 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 |
scpcli scr repository pull-policy set
--repository_id <value>
--vulnerable_image_pull_prevented <value>
--unscanned_image_pull_prevented <value>
--unmodified_excepted <value>
[--critical_limit <value>]
[--high_limit <value>]
Pull 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| 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 |
scpcli scr repository scan-policy set
--repository_id <value>
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
Scan 정책 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |
scpcli scr repository scan-policy set
--repository_id <value>
--severity_limit <value>
--secret_excepted <value>
--scan_policy_enabled <value>
--language_excepted <value>
--fixed_version_excepted <value>
--auto_scan_enabled <value>
Scan 정책 수정
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260630 |
| Name | Type | Description | Example |
|---|---|---|---|
| repository_id required | string | Repository ID | e5611ca6c1484df480668c5adce8b078 |
| severity_limit required | string | 취약점 레벨 | High |
| secret_excepted required | boolean | Secret 제외 여부 | True |
| scan_policy_enabled required | boolean | 스캔 제외 정책 여부 | True |
| language_excepted required | boolean | Language 제외 여부 | True |
| fixed_version_excepted required | boolean | Fixed version 제외 여부 | True |
| auto_scan_enabled required | boolean | 이미지 자동 스캔 여부 | True |