Scan behaviour matrix
The scanner works using a plugin architecture, so each scanner plugin have different capabilities and requirements. However, there are conditions that need to be met in order to any scanner plugin to work correctly.
Considering the following condition:
Condition
Explanation
Language
The language implemented by the plugin
Build Tool
The build tool used in the codebase
Valid build required?
Do we need the build to execute and complete successfully?
Tool required?
Do we need to execute the build tool installed?
Invalid dependency?
What happens if the project includes an invalid/unreachable dependency?
These are the level of support provided and the corresponding behaviour of the scanner
Language
Build Tool
Valid build required?
Tool required?
Invalid dependency?
Last updated
Was this helpful?