Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Add --disable-sbom flag and LEEWAY_DISABLE_SBOM env var#336

Draft
WVerlaek wants to merge 1 commit intomain from
wv/disable-sbom-flag
Draft

Add --disable-sbom flag and LEEWAY_DISABLE_SBOM env var #336
WVerlaek wants to merge 1 commit intomain from
wv/disable-sbom-flag

Conversation

@WVerlaek
Copy link
Member

@WVerlaek WVerlaek commented Jan 30, 2026

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /