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 合併指標
 (平均合併 15天 23小時) (30 天內合併 14 個 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

貢獻者指南