component-detection
component-detection copied to clipboard
Introduce config as code support
Introduces the ability to use code files in source to set config settings.
As an MVP, supports a yaml file ComponentDetection.yml that can store a variables dictionary
Ex
variables:
key: "value"
The values in these config files are ordered in priority:
- Any config file set as the environment variable
ComponentDetection.ComponentDetectionConfigFile - Any config file passed as an argument:
--ComponentDetectionConfigFile - Any
ComponentDetection.ymlfile present in the root directory being scanned.