Skip to content

Conversation

@WVerlaek
Copy link
Member

Description

Add option to disable SBOM generation during individual builds, providing fine-grained control beyond the workspace-level sbom.enabled setting.

Related Issue(s)

N/A

How to test

# Via CLI flag
leeway build --disable-sbom :mypackage

# Via environment variable
LEEWAY_DISABLE_SBOM=true leeway build :mypackage

# CLI flag overrides env var
LEEWAY_DISABLE_SBOM=true leeway build --disable-sbom=false :mypackage  # SBOM enabled

Allow disabling SBOM generation during individual builds, overriding
the workspace-level sbom.enabled setting.

Co-authored-by: Ona <no-reply@ona.com>
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.

2 participants