【検証用・マージしない】セキュリティチェックの検知能力テスト#3
Conversation
- docker-compose.yml: mariadb の digest を外す → pin-check が fail するはず - ci.yml: pnpm/action-setup を @v4 に戻す → pin-check fail + pin-support が suggestion を出すはず - ci.yml: 公開1日未満の docker/login-action v4.5.1 を追加 → cooldown-check が fail するはず Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
|
|
||
| - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 | ||
| - uses: pnpm/action-setup@v4 |
There was a problem hiding this comment.
[pin-support] reported by reviewdog 🐶
| - uses: pnpm/action-setup@v4 | |
| - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0 |
| services: | ||
| mariadb: | ||
| image: mariadb:11@sha256:efb4959ef2c835cd735dbc388eb9ad6aab0c78dd64febcd51bc17481111890c4 | ||
| image: mariadb:11 |
There was a problem hiding this comment.
[pin-support] reported by reviewdog 🐶
| image: mariadb:11 | |
| image: mariadb:11@sha256:efb4959ef2c835cd735dbc388eb9ad6aab0c78dd64febcd51bc17481111890c4 |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
❄️ cooldown-check: 公開から日が浅いバージョンが 2 件見つかりました
公開直後のバージョンはサプライチェーン攻撃の検知が間に合っていない可能性があります。
|
#2 で導入したチェックがちゃんと赤くなるかの実証用ドラフト PR です。わざと4種類の違反を含めています。確認後クローズします。
docker-compose.yml: mariadb の digest を除去ci.yml:pnpm/action-setup@v4(タグ参照に戻す)ci.yml:docker/login-actionv4.5.1(2026-07-24 公開・1日未満) を追加(if: falseなので実行はされない)tools/cooldown-demo/package.json: renovate@43.280.2(2026-07-24 公開・1日未満) を厳密指定(pnpm workspace 外なので install はされない)既存の CI ジョブ自体は影響を受けずグリーンのままになる想定です(違反はすべて静的参照のみ)。
🤖 Generated with Claude Code