Conversation
Batch 1 - 6개 포스트 본문에 대표 이미지 삽입: - CSPM DataDog AWS, GCP Cloud Security, ISMS-P Certification - Kandji macOS, Cloud Security Trends, Docker Kubernetes Guide Batch 2 - 5개 포스트에 Mermaid 다이어그램 추가: - DevSecOps Roadmap: CI/CD 파이프라인 보안 흐름도 - CSPM DataDog: 모니터링 아키텍처 다이어그램 - GCP Cloud Security: Defense in Depth 5계층 구조 - Passkey/OTP: 인증 방식별 비교 흐름도 - AI Content Creator: 콘텐츠 제작 워크플로우
|
Deployment failed with the following error: Learn More: https://vercel.com/twodragon0s-projects?upgradeToPro=build-rate-limit |
There was a problem hiding this comment.
Pull request overview
포스트 본문 가독성과 시각적 이해도를 높이기 위해 대표 이미지와 Mermaid 기반 다이어그램(SVG)을 추가/삽입하는 PR입니다.
Changes:
- 기존 이미지가 없던 포스트들에 대표 이미지를 본문 상단에 삽입
- 아키텍처/보안 관련 포스트들에 Mermaid 다이어그램(SVG) 추가 및 본문에 삽입
- Mermaid 다이어그램 SVG 5개 신규 생성
Reviewed changes
Copilot reviewed 9 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| assets/images/mermaid/passkey_auth_flow.svg | 패스키/OTP/비밀번호 인증 흐름 다이어그램 SVG 추가 |
| assets/images/mermaid/gcp_defense_in_depth.svg | GCP Defense-in-Depth 5계층 다이어그램 SVG 추가 |
| assets/images/mermaid/devsecops_roadmap_2026.svg | DevSecOps 파이프라인 로드맵 다이어그램 SVG 추가 |
| assets/images/mermaid/cspm_datadog_architecture.svg | CSPM(DataDog) 아키텍처 다이어그램 SVG 추가 |
| assets/images/mermaid/content_creator_workflow.svg | 콘텐츠 제작 워크플로우 다이어그램 SVG 추가 |
| _posts/2026-02-05-AI_Content_Creator_Workflow_2026_Blog_Video_Music_Animation.md | 콘텐츠 제작 워크플로우 SVG 다이어그램 삽입 |
| _posts/2026-01-22-Cloud_Security_Trends_January_2026_Kubernetes_82_Percent_Production_VS_Code_Threats_CNCF_Survey.md | 대표 이미지 삽입 |
| _posts/2026-01-15-Cloud_Security_Course_8Batch_7Week_Docker_Kubernetes_Security_Practical_Guide.md | 대표 이미지 삽입 |
| _posts/2026-01-14-GCP_Cloud_Security_Complete_Guide_IAMFrom_GKETo_Security_Architecture.md | 대표 이미지 + Defense-in-Depth SVG 다이어그램 삽입 |
| _posts/2026-01-14-CSPM_DataDog_AWS_Security_Guide_Automated_Security_Setup_Verification_And_Compliance_Monitoring.md | 대표 이미지 + CSPM 아키텍처 SVG 다이어그램 삽입 |
| _posts/2026-01-14-2025_ISMS-P_Certification_Complete_Guide_AWS_In_Environment_Management_System_Establishment_And_Protection_Measures_Implementation.md | 대표 이미지 삽입 |
| _posts/2026-01-10-2026_DevSecOps_Roadmap_Complete_Guide_roadmap.sh_Analysis.md | DevSecOps 다이어그램 SVG 삽입 |
| _posts/2025-05-02-Kandji_macOS_Complete_Master_SetupFrom_Security_Regulation_ComplianceTo_All-in-One_Guide.md | 대표 이미지 삽입 |
| _posts/2025-04-30-Public_PCEven_in_Safely_Passkey_OTP_Strong_Password_Management_Usage.md | 패스키 인증 흐름 SVG 다이어그램 삽입 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| audience='보안 엔지니어, 클라우드 보안 전문가, 컴플라이언스 담당자, DevOps 엔지니어' | ||
| -%} | ||
|
|
||
|  | ||
|
|
There was a problem hiding this comment.
audience=... 다음에 Liquid 태그를 닫는 -%} 라인이 제거된 것으로 보여, Jekyll/Liquid 파싱이 깨질 가능성이 큽니다(해당 줄이 include/태그의 종료였던 경우). 대표 이미지는 Liquid 블록이 완전히 종료된 뒤에 삽입되도록 -%}(또는 기존 종료 형태)를 복구해 주세요.
| audience='ISMS-P 인증 준비자, 보안 엔지니어, 클라우드 보안 전문가, CISO, 컴플라이언스 담당자' | ||
| -%} | ||
|
|
||
|  | ||
|
|
There was a problem hiding this comment.
위 파일도 audience=... 다음의 Liquid 태그 종료 라인(-%})이 삭제된 형태로 보여 빌드 실패/본문 렌더링 오류가 발생할 수 있습니다. 원래 의도한 Liquid 블록 종료 구문을 복원한 뒤, 이미지 삽입을 그 다음 라인으로 옮겨 주세요.
| audience='기업 보안 담당자, 보안 엔지니어, CISO' | ||
| -%} | ||
|
|
||
|  | ||
|
|
There was a problem hiding this comment.
이 파일 역시 front-matter 내 Liquid/include 종료로 보이는 -%} 라인이 제거된 상태로 보입니다. Liquid 태그가 열려 있는 상태에서 본문 마크다운이 이어지면 전체 페이지 렌더링이 깨질 수 있으니, 종료 구문을 되돌리고 이미지 삽입은 종료 이후로 배치해 주세요.
Summary
대표 이미지 삽입 (6개)
Mermaid 다이어그램 추가 (5개)
Test plan
check_posts.py전체 검증 통과 (0 issues)🤖 Generated with Claude Code