microsoft / sbom-tool

The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.
MIT License
1.63k stars 133 forks source link

Support for Command Line Argument Passthrough #711

Open JonDouglas opened 2 months ago

JonDouglas commented 2 months ago

Implement a mechanism to pass through unrecognized command line arguments to underlying tools or scripts. This could involve modifying the argument parsing logic to collect and forward any arguments not explicitly handled by sbom-tool.