Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Feature Request: Adopt Immutable Releases for Improved Supply Chain Security

未关闭
#239 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
冷清
技术栈
github, github-actions, shell

调研方向

未指定文件、测试或入口点。首先阅读 GitHub 关于不可变 release 的指导,并检查 repository 当前的 release 和 distribution 配置。完成标准是定义并采用约定的不可变或仅追加 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 分钟
30 天内合并 PR
6

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

databricks/setup-cli 的其他 Issue

查看 databricks/setup-cli 的全部 Issue

相似的 Issue

更多 Shell/Bash Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。