# 사용 중단된 관리 흐름

## panther-analysis 활용 방법(사용 중단됨)

다음 방법 중 하나로 panther-analysis의 복사본을 만들 수 있습니다:

* [공개 포크](/ko/panther/detections-repo/setup/deprecated/public-fork.md) (레거시)
  * 공개 포크를 사용하면 디택션 콘텐츠가 공개적으로 표시됩니다.
  * 공개 포크를 사용하면 새로운 디택션 콘텐츠를 [panther-analysis 업스트림 저장소](https://github.com/panther-labs/panther-analysis).
* [비공개 클론](/ko/panther/detections-repo/setup/deprecated/private-cloned-repo.md) (레거시)
  * 디택션 콘텐츠를 비공개로 유지하려면 비공개로 복제한 저장소를 사용하세요. 저장소 설정에서 내부 콘텐츠에 누가 액세스할 수 있는지를 제어합니다.
  * 이 구성에서는 풀 리퀘스트를 사용하여 변경 사항을 업스트림으로 가져올 수 없습니다.

panther-analysis의 자체 복사본을 만든 후에는 다음을 구성할 수 있습니다 [CI/CD 워크플로](/ko/panther/detections-repo/ci-cd.md).

## panther-analysis 릴리스 최신 상태 유지(사용 중단됨)

다음 사용을 권장합니다 [Upstream에서 Panther 분석 동기화](https://github.com/panther-labs/panther-analysis/blob/main/.github/workflows/sync-from-upstream.yml) GitHub Action. 이 작업은 주기적으로 panther-analysis의 최신 변경 사항이 포함된 풀 리퀘스트를 저장소의 기본 브랜치에 엽니다.

이 Action을 구성하는 방법을 알아보려면 다음을 참조하세요 [업스트림 panther-analysis 업데이트와 공개 포크를 동기화 상태로 유지하기](/ko/panther/detections-repo/setup/deprecated/public-fork.md#keeping-your-public-fork-in-sync-with-upstream-panther-analysis-updates) 또는 [업스트림 panther-analysis 업데이트와 비공개 클론을 동기화 상태로 유지하기](/ko/panther/detections-repo/setup/deprecated/private-cloned-repo.md#keeping-your-private-clone-in-sync-with-upstream-panther-analysis-updates).

{% hint style="info" %}
위에 설명된 GitHub Action을 사용하거나 그 대신에, Slack GitHub 통합을 사용하여 panther-analysis가 새 릴리스를 게시할 때 Slack에서 알림을 받을 수 있습니다. 자세한 내용은 다음 Knowledge Base 문서를 참조하세요: [새로운 Panther 관리 디택션 콘텐츠에 대한 업데이트를 어떻게 계속 받을 수 있나요?](https://help.panther.com/articles/4967907028-how-can-I-stay-updated-on-new-detection-content)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/panther/detections-repo/setup/deprecated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
