docker / sbom-cli-plugin

Plugin for Docker CLI to support SBOM creation using Syft
Apache License 2.0
154 stars 15 forks source link

Remove user configuration #4

Closed wagoodman closed 2 years ago

wagoodman commented 2 years ago

This PR removes any user-facing configuration. The application configuration still drives all behavior within the main entrypoint, however, no input from environment variables or on-disk configuration is done at this point. This will be revisited in the future.