#
Dependency Scanners
These scanners are used to report modules or dependencies found in a project.
Salus currently provides scanners to report dependencies found in different projects. Each scanner requires certain dependency files to be present before they are triggered
#
Configurations
In addition to the global scanner configurations, Dependency Scanner have their own specefic configurations available.
The following configuration options are available for the Dependency scanners.
#
include_dev_deps
bool
This config option allows user to include or exclude development dependencies in the reporting. The Default behavior in Salus assumes include_dev_deps
as true
.
Here is an example of how the user can provide include_dev_deps
in a salus.yml
file.
scanner_configs:
ReportNodeModules:
include_dev_deps: true
For now, Salus only supports this config option on the ReportNodeModules scanner