kakao/OLIVE Action
OLIVE Action은 GitHub Actions에서 OLIVE CLI를 사용하여 ��픈소스 라이선스 의무사항 준수를 지원합니다.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: kakao/olive-action@a39f70dbffd2b3face5f113735d54e663b0edb77 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| olive-project-name | OLIVE Platform 프로젝트 이름 (100자 이하, 영문, '-', 공백 및 숫자만 입력 가능) | no | "" |
| github-token | GitHub 토큰 (PR 코멘트 작성용) | yes | — |
| olive-token | OLIVE Platform API 토큰 | yes | — |
| source-path | 분석할 소스코드 경로 | no | ./ |
| user-config-path | 사용자 정의 config 파일 경로 (user-config.yml) | no | "" |
| artifact-retention-days | 아티팩트 보관 기간 (일) | no | 30 |
| comment-on-pr | PR에 코멘트 작성 여부 | no | true |
| analyze-only | 분석만 수행하고 아티팩트 업로드/PR 코멘트 생략 | no | false |
| debug | 디버그 모드 활성화 여부 | no | false |
Outputs
| name | description |
|---|---|
| olive-version | OLIVE CLI 버전 |
| analysis-completed | 분석 완료 여부 |
| component-completed | 컴포넌트 분석 완료 여부 |
| license-completed | 라이선스 분석 완료 여부 |
| apply-completed | OLIVE Platform 연동 여부 |
| artifact-urls | 업로드된 아티팩트 다운로드 URL |
| olive-host | OLIVE Platform 호스트 URL |