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

다음을 사용하는 것이 권장됩니다: [업스트림에서 Panther Analysis 동기화](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에서 알림을 받을 수 있습니다. 자세한 내용은 다음 지식 베이스 문서를 참조하세요: [새 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.
