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

feat: allow creation of SBOM for custom builder #1136

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

OliverNocon
Copy link
Member

Description

Allow creation of SBOMs also for custom builder.

Default for nodejs and java modules will be as per default of npm and java builder.

Custom configuration is possible.
It is currently anticipated via a new build parameter sbom-create-commands:

modules:
- name: test
   ...
   build-parameters:
     builder: custom
     commands:
       - ...
       - ...
     sbom-create-commands:
       - ...
       - ... -outputSBOM ${sbom-file-name}

${sbom-file-name} is the placeholder for the SBOM names which are created on the fly

Checklist

  • Code compiles correctly
  • Relevant tests were added (unit / contract / integration)
  • Relevant logs were added
  • Formatting and linting run locally successfully
  • All tests pass
  • UA review
  • Design is documented
  • Extended the README / documentation, if necessary
  • Open source is approved

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.

1 participant