docs(sbom): add pipeline image Dockerfile + cross-reference from workflow
.github/workflows/sbom.yml 의 SBOM_PIPELINE_IMAGE 로 사용하는 실행 이미지 Dockerfile 을 doc/scripts/Dockerfile 로 추가(debian/glibc + helm/trivy/python3/git). 워크플로·sbom-pipeline.md 에서 상호 참조하도록 갱신. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
container:
|
||||
image: ${{ vars.SBOM_PIPELINE_IMAGE }} # helm+trivy+python3+bash+git 보유 이미지
|
||||
# helm+trivy+python3+bash+git 보유 이미지. doc/scripts/Dockerfile 로 빌드해 푸시한 뒤
|
||||
# Repo Variable SBOM_PIPELINE_IMAGE 에 그 태그를 지정한다. (예: docker.io/wbsong111/sbom-pipeline:latest)
|
||||
image: ${{ vars.SBOM_PIPELINE_IMAGE }}
|
||||
env:
|
||||
OUT_DIR: ${{ github.workspace }}/sbom-out
|
||||
TRIVY_CACHE_DIR: ${{ github.workspace }}/sbom-out/cache
|
||||
|
||||
Reference in New Issue
Block a user