Skip to content

Feature: Skip/Exclude Binaries and Directories from SBOM #52

@absol27

Description

@absol27

Users may need to exclude certain native binaries or directories from the SBOM. e.g. for licensing reasons where they are allowed to consume it but not ship it.

Proposal: Add --skip-binary and --skip-dir CLI flags (and/or config file options) to exclude items by glob pattern.

Example:

sbomit --skip-binary "*/test_*.so" --skip-dir "build/"

Excluded items should be logged and omitted from the final SBOM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions