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

Adding GENERATE_SBOM configurable flag instead of hardcoding #2674

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

shwetha-97
Copy link
Contributor

@shwetha-97 shwetha-97 commented Feb 17, 2024

Change Overview

Software Bill of Materials aka SBOM is a list of licenses for 3rd party dependencies used, which is required to be displayed to customers while releasing the code. To generate this, a specific buildkit setup is required. However, we don't need to generate SBOM during development. The SBOM flag was hardcoded to true in Kanister.

Instead, in the PR, we are passing it as a configurable flag which is by default false unless set to true.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

None

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

Copy link
Contributor

@pavannd1 pavannd1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify mergify bot merged commit 8347c6a into master Feb 20, 2024
14 checks passed
@mergify mergify bot deleted the sbombugfux branch February 20, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants