> 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/ci-cd/deployment-workflows.md).

# Panther 분석 도구를 사용하는 배포 워크플로

이 페이지에서는 따를 수 있는 CI/CD 워크플로와 저장소에서 Panther가 관리하는 탐지를 활용하는 데 사용할 수 있는 도구를 설명합니다. [panther-analysis](https://github.com/panther-labs/panther-analysis) 저장소.

다음을 참조하세요: [Panther 콘텐츠용 CI/CD](/ko/panther/detections-repo/ci-cd.md) Panther와 함께 CI/CD 워크플로를 시작하는 방법에 대한 정보는

Panther Console에서 탐지를 직접 관리하는 웹 애플리케이션 기반 워크플로에 대한 정보는 [탐지 작성 문서](/ko/detections.md).

## Panther Analysis Tool

Panther Analysis Tool([PAT](https://github.com/panther-labs/panther_analysis_tool))은 소스 코드에서 Panther 탐지를 테스트, 패키징, 배포하기 위한 오픈 소스 유틸리티입니다. CLI 기반 워크플로, 예를 들어 Panther 탐지를 프로그래밍 방식으로 관리하거나 CI/CD 파이프라인 내에서 관리하는 용도로 설계되었습니다.

PAT에 대해 자세히 알아보려면 [Panther Analysis Tool을 참조하세요.](/ko/panther/detections-repo/pat.md)

## PAT를 사용한 배포 워크플로

이후 [GitHub에서 Panther가 관리하는 탐지를 활용하면](/ko/panther/detections-repo.md)CI/CD 워크플로 내에서 해당 탐지를 사용할 수 있습니다.

Panther는 다음 CI/CD 플랫폼에 대한 문서를 제공합니다:

* [CircleCI](/ko/panther/detections-repo/ci-cd/deployment-workflows/circle-ci.md)
* [GitHub Actions](/ko/panther/detections-repo/ci-cd/deployment-workflows/github-actions.md)


---

# 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/ci-cd/deployment-workflows.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.
