open-feature/js-sdk-contrib

Generate SBOMs for JS components

Ouverte

#629 ouverte le 1 nov. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (80 forks)auto 404
contribfestgood first issuehelp wantedsecurity

Métriques du dépôt

Stars
 (73 étoiles)
Métriques de merge PR
 (Merge moyen 15j 23h) (14 PRs mergées en 30 j)

Description

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

Guide contributeur