docker scout repo disable

docker scout repo disable

docker scout repo disable는 저장소에서 Docker Scout를 비활성화하는 명령이에요. 특정 저장소·조직 전체·필터 기준으로 원치 않는 스캔을 끄고 싶을 때 써요.

출처: 문서

본문

docker scout repo disable 명령은 저장소에서 Docker Scout를 비활성화해요.

사용법 (Usage)

docker scout repo disable [REPOSITORY]

옵션 (Options)

옵션 기본값 설명
--all 조직의 모든 저장소를 비활성화해요. --filter와 함께 쓸 수 없어요
--filter 저장소를 이름으로 필터링하는 정규 표현식이에요
--integration 이미지를 활성화할 때 사용할 통합의 이름이에요
--org Docker 조직의 namespace예요
--registry 컨테이너 레지스트리예요

예제 (Examples)

특정 저장소 비활성화하기

$ docker scout repo disable my/repository

조직의 모든 저장소 비활성화하기

$ docker scout repo disable --all

필터를 기반으로 일부 저장소 비활성화하기

$ docker scout repo disable --filter namespace/backend

특정 레지스트리의 저장소 비활성화하기

$ docker scout repo disable my/repository --registry 123456.dkr.ecr.us-east-1.amazonaws.com

더 알아보기 (Learn more)