open-feature/js-sdk-contrib

Generate SBOMs for JS components

开放

#629 创建于 2023年11月1日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (80 个派生)auto 404
contribfestgood first issuehelp wantedsecurity

仓库指标

星标
 (73 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We have SBOMs currently for Java and Go contribs. We could use them here as well. I recommend this utility: https://github.com/marketplace/actions/cyclonedx-node-js-generate-sbom (we're using the clyclonedx format elsewhere and it's popular).

Definition of done:

  • SBOMs generated and attached to release artifact in GH, or otherwise made publicly available (for every release)
  • runtime dependencies only included
  • only includes dependencies of module in question (not of repo)

Relates to: https://github.com/open-feature/js-sdk/issues/649

贡献者指南