Supported SCA Languages
QScanner supports the collection of the following language (SCA) based packages.
SI | Language | Image |
---|---|---|
1 | Ruby | ✅ |
2 | Rust | ✅ |
3 | PHP | ✅ |
4 | Java | ✅ |
5 | Go | ✅ |
6 | Python | ✅ |
7 | .NET | ✅ |
8 | Node.js | ✅ |
To disable the collection of packages for certain languages, use --disable-sca-languages <languages_to_disable>
.
The values to this flag are not case-sensitive. For example, the following command is used to avoid collection of Ruby, .NET, and Node.js packages from the given image.
$ ./qscanner image sentry --disable-sca-languages ruby,.net,Node.js