Skip to content

CLI Release with SCA new features

Compare
Choose a tag to compare
@SubhadraSahoo SubhadraSahoo released this 30 Apr 07:44
· 54 commits to master since this release
7020a7a

This new release contains the following features :

  1. 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
  2. Sca include source flag: During the SCA scan if this flag is sent as true, the entire source code gets included in the scan
  3. 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