Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(3862): generated cyclonedx sbom #530

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

s-prak
Copy link

@s-prak s-prak commented Jun 19, 2024

Description

This pull request introduces a CycloneDX Software Bill of Materials (SBOM) for this project, generated using GitHub Actions. The SBOM provides a detailed inventory of the components and dependencies used within the project, aiding in vulnerability management and license compliance.

Key Changes:

  1. Added: sbom.xml (CycloneDX format) to the repository. (path - ./sbom.xml)
  2. Workflow YAML: sbom.yml for automating the SBOM generation.

Workflow Details:

  1. File: .github/workflows/generate-sbom.yml
  2. Purpose: Automates the generation of the CycloneDX SBOM whenever changes are pushed to the repository.
  3. Trigger: The workflow is triggered on push events

##Documentation
https://docs.google.com/document/d/11cxkkOihsWAK7Sd1CATBagrhC6kquDzmMamaQ_xAjeU/edit

CycloneDX SBOM for Node.js is generated using GitHub actions
@CLAassistant
Copy link

CLAassistant commented Jun 19, 2024

CLA assistant check
All committers have signed the CLA.

@elnyry-sam-k elnyry-sam-k changed the title [3862] - Generated CycloneDX SBOM [3862] - generated cyclonedx sbom Jun 19, 2024
@elnyry-sam-k elnyry-sam-k changed the title [3862] - generated cyclonedx sbom chore (3862) - generated cyclonedx sbom Jun 19, 2024
@elnyry-sam-k elnyry-sam-k changed the title chore (3862) - generated cyclonedx sbom chore (3862): generated cyclonedx sbom Jun 19, 2024
@elnyry-sam-k elnyry-sam-k changed the title chore (3862): generated cyclonedx sbom chore(3862): generated cyclonedx sbom Jun 19, 2024
@elnyry-sam-k
Copy link
Member

Thanks for this @s-prak , before merging lets take a look at how the command works and how it looks like in CI.. Thanks again!

@s-prak
Copy link
Author

s-prak commented Jun 20, 2024

Sure, thanks!

Thanks for this @s-prak , before merging lets take a look at how the command works and how it looks like in CI.. Thanks again!

Sure, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants