chore: improve OSS readiness#1
Open
h8nc4y wants to merge 4 commits into
Open
Conversation
Add scanner regression tests, CI, contribution/security docs, and remove the scanner-path blanket exemption.\n\n日本語補足: OSSとして利用・レビュー・安全報告しやすい入口を追加し、マーカースキャンの見逃しリスクをテストで固定しました。
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.
Summary / 概要
OSSとして利用・レビュー・継続保守しやすくするため、ローカル検証、CI、貢献手順、セキュリティ報告手順を追加しました。
Changes / 変更内容
tests/scan-private-markers.Tests.ps1を追加し、スキャナーの合格・失敗・ redaction 挙動を依存なしで検証scripts/scan-private-markers.ps1のスクリプトパス丸ごと除外を削除し、同名パス内の疑似秘密値も検出CONTRIBUTING.md,SECURITY.md,CHANGELOG.md,.editorconfigを追加README.mdに前提条件、構成、検証、貢献・セキュリティ導線を追加Tests / 検証
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tests\scan-private-markers.Tests.ps1: PASSpwsh -NoProfile -ExecutionPolicy Bypass -File .\scripts\scan-private-markers.ps1: PASSgit diff --check: PASSReview notes / レビュー観点
Risks / 残リスク
Unknowns / 未確認事項
quick_validate.py) はこのリポジトリ内に同梱されていないため未実行です。Cost impact / 費用影響
追加の有料サービス作成、有料API、クラウドリソース作成はありません。CIは通常のGitHub Actions利用のみです。