Forcing or avoiding specific scans
The current client will automatically select the correct set of scanners based on the content of your project folder. You can, however, force or disable a scanner using these parameters:
--scan-java=falsewill disable the Java scanner--scan-nodejs=falsewill disable the NodeJS scanner--scan-javascript=truewill enable the Javascript/Web scanner (disabled by default)--scan-ruby=falsewill disable the Ruby scanner--scan-dotnet=falsewill disable the Dotnet scanner--scan-scala=falsewill disable the Scala scanner--scan-php=falsewill disable the PHP scanner
A value of “true” will force the scanner to run (and fail if conditions are not met).
Last updated
Was this helpful?