chore: harden public repo with CI security checks#124
Merged
Conversation
public化に伴うCI補強。 - dependency-review: PRで新規依存の脆弱性を検出(fail-on-severity: moderate) - gitleaks: PR・main pushでシークレット混入を検出(全履歴スキャン) いずれもアクションはSHAピン留め、permissionsは contents: read の最小権限。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
リポジトリ名変更に合わせ、READMEの表示名とorvalのプロジェクトキーをmemetecに更新。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
public化に伴うCIセキュリティ補強と、リポジトリ名変更(memetec)の反映。
変更内容
CI(セキュリティ)
dependency-review.yml): PRで新規に入る依存の脆弱性を検出(fail-on-severity: moderate)。public repoで利用可能gitleaks.yml): PR・main pushでシークレット混入を検出(fetch-depth: 0で全履歴スキャン)いずれもアクションはSHAピン留め(
pinactの検証に準拠)、permissions: contents: readの最小権限で構成。ドキュメント / 命名
memetecに更新memetecにリネーム(機能影響なし)補足
gitleaks-actionは User アカウントのためライセンス不要GITHUB_TOKENはGitHub Actionsが自動発行する組み込みトークンで、追加設定は不要techbook-logはCloudflare側のリソース名のため変更していない🤖 Generated with Claude Code