CLI Release with SCA new features
·
54 commits
to master
since this release
This new release contains the following features :
- Exploitable path : which takes SAST project and credential details to find the exploitable path/attack vector in your code during the SCA scan . Provide extra parameters with SCA scan which are required for exploitable path. ( Parameters - SAST Project Id and/or SAST Project name, SAST Server Url , SAST User, SAST Password)
2.Private registries and environment variables : Passing environment variables and/or configuration files from CLI during SCA scan so that package managers like maven, gradle, nuget, npm can use it to find the open source libraries used for code sent for scan - Sca include source flag: During the SCA scan if this flag is sent as true, the entire source code gets included in the scan
- Sca new project creation and team assignment from CLI : Allows user from CLI to create a new SCA project and assign a team to it