Feature Request: Adopt Immutable Releases for Improved Supply Chain Security

オープン
#239 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
github, github-actions, shell

調査の方向性

ファイル、テスト、エントリポイントは指定されていません。まず GitHub の immutable releases に関するガイダンスを読み、リポジトリの現在の release および distribution の設定を確認してください。合意した immutable または append-only の release プロセスを定義して採用し、選択した signing、checksum、provenance、または SBOM の要件を文書化すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Hi Databricks Setup CLI maintainers 👋

I’d like to request that this repository consider adopting immutable releases as part of its release and distribution strategy, in line with GitHub’s supply chain security best practices.

GitHub documents immutable releases here:
👉 https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases

Why this matters
At the moment, releases (or release assets) can technically be modified or replaced after publication. While this may be convenient operationally, it introduces avoidable supply chain risk, especially for a security‑sensitive tool like setup-cli that is commonly used in automation, CI/CD pipelines, and privileged environments.
Immutable releases provide the following security and operational benefits:

  • Protection against release tampering
    Ensures binaries and artifacts cannot be altered post‑release, intentionally or accidentally.

  • Stronger auditability and provenance
    Consumers can trust that a given version tag always maps to the same bits.

  • Improved defense against supply‑chain attacks
    Aligns with modern best practices for secure software distribution.

  • Safer CI/CD consumption
    Downstream pipelines relying on release versions gain stronger guarantees.

Suggested approach
Some possible ways to implement this (one or more):

  • Publish releases as immutable GitHub releases, avoiding asset replacement or retagging
  • Treat releases as append‑only (new version instead of modifying an existing one)
  • Optionally combine with:
    • Signed release artifacts
    • Checksums (SHA256/SHA512)
    • Provenance metadata or SBOMs

Context
GitHub explicitly recommends immutable releases as a baseline supply chain security control, particularly for CLI tools and automation dependencies:
https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases
Adopting this would further strengthen the security posture of databricks/setup-cli and increase confidence for enterprise users.
Happy to help discuss or validate an approach if this is something the team is open to exploring. Thanks for considering!

主要言語
Shell
スター
29
フォーク
19
平均マージ
3分
マージ済み PR(30日)
6

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

databricks/setup-cli のほかの issue

databricks/setup-cli の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。