{"meta":{"title":"컨트롤러 리포지토리 문제","intro":"이 경고가 표시되면 컨트롤러 리포지토리를 프라이빗 리포지토리로 업데이트합니다.","product":"보안 및 코드 품질","breadcrumbs":[{"href":"/ko/code-security","title":"보안 및 코드 품질"},{"href":"/ko/code-security/reference","title":"Reference"},{"href":"/ko/code-security/reference/code-scanning","title":"코드 검사"},{"href":"/ko/code-security/reference/code-scanning/codeql","title":"CodeQL"},{"href":"/ko/code-security/reference/code-scanning/codeql/codeql-for-vs-code","title":"VS Code용 CodeQL"},{"href":"/ko/code-security/reference/code-scanning/codeql/codeql-for-vs-code/controller-repository-warning","title":"컨트롤러 리포지토리 경고"}],"documentType":"article"},"body":"# 컨트롤러 리포지토리 문제\n\n이 경고가 표시되면 컨트롤러 리포지토리를 프라이빗 리포지토리로 업데이트합니다.\n\n## 이 경고에 대한 설명\n\n```text\nPublicly visible controller repository can't be used to analyze private repositories. NUMBER private repositories were not analyzed.\n```\n\n사용자 지정 리포지토리 목록에서 변형 분석을 실행하는 경우 이 경고를 배너 Visual Studio Code로 수신할 수 있습니다. 여기서 NUMBER는 분석되지 않은 개인 리포지토리의 수입니다.\n\n## 문제의 원인 확인\n\n변형 분석을 실행하면 \"변형 분석 결과\" 보기에 오류 및 경고가 표시됩니다.\n\n## 문제 해결\n\n프라이빗 리포지토리를 분석하려면 설정을 편집하여 컨트롤러 리포지토리를 프라이빗 리포지토리로 업데이트해야 합니다. 컨트롤러 리포지토리를 편집하는 방법에 대한 자세한 내용은 [설정 사용자 지정](/ko/code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension/customizing-settings#configuring-settings-for-variant-analysis)을(를) 참조하세요."}