Skip to content

ci: add cargo audit job for dependency vulnerability scanning#61

Merged
erishforG merged 3 commits intodevelopfrom
feature/57
Apr 15, 2026
Merged

ci: add cargo audit job for dependency vulnerability scanning#61
erishforG merged 3 commits intodevelopfrom
feature/57

Conversation

@erishforG
Copy link
Copy Markdown
Owner

Summary

  • CI에 Security Audit 잡 추가
  • cargo audit로 의존성 취약점 자동 감지
  • 매 push/PR마다 실행

Related Issue

Closes #57

Type of Change

  • CI/CD

Pre-submit Checklist

  • N/A (CI config only)

🤖 Generated with Claude Code

@erishforG erishforG changed the base branch from main to develop April 15, 2026 15:35
@erishforG erishforG closed this Apr 15, 2026
@erishforG erishforG reopened this Apr 15, 2026
Adds a Security Audit job to CI that runs cargo audit on every
push and PR to catch known vulnerabilities in dependencies.

Closes #57

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erishforG erishforG merged commit 972dada into develop Apr 15, 2026
8 checks passed
@erishforG erishforG deleted the feature/57 branch April 15, 2026 15:50
@erishforG erishforG mentioned this pull request Apr 16, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI에 cargo audit 추가

1 participant