> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/panther/detections-repo/setup/deprecated.md).

# 더 이상 사용되지 않는 관리 흐름

## 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 릴리스에 맞춰 최신 상태 유지(사용 중단됨)

다음을 사용하는 것이 권장됩니다: [Sync Panther Analysis from Upstream](https://github.com/panther-labs/panther-analysis/blob/main/.github/workflows/sync-from-upstream.yml) GitHub Action은 panther-analysis의 최신 변경 사항을 사용하여 주기적으로 저장소의 기본 브랜치를 대상으로 풀 리퀘스트를 엽니다.

이 Action을 구성하는 방법은 다음을 참조하세요: [upstream의 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
