# Panther Analysis Tool을 사용하는 배포 워크플로

이 페이지에서는 따를 수 있는 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 콘솔에서 직접 탐지를 관리하는 웹 애플리케이션 기반 워크플로에 대한 정보는 다음을 참조하세요. [탐지 작성 문서](/ko/detections.md).

## Panther Analysis Tool

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

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