@soos-io/soos-sast
Advanced tools
Comparing version 1.0.10-pre.1 to 1.0.11-pre.1
{ | ||
"name": "@soos-io/soos-sast", | ||
"version": "1.0.10-pre.1", | ||
"version": "1.0.11-pre.1", | ||
"description": "SOOS Static Application Security Testing (SAST) scanning support.", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -39,2 +39,4 @@ # [SOOS SAST](https://soos.io/products/sast) | ||
| `--directoriesToExclude` | `**/node_modules/**, "**/bin/**", "**/obj/**", "**/lib/**` | Listing of directories or patterns to exclude from the search for manifest files. eg: **bin/start/**, **/start/** | | ||
| `--exportFormat` | | Write the scan result to this file format. Options: CsafVex, CycloneDx, Sarif, Spdx, SoosIssues, SoosLicenses, SoosPackages, SoosVulnerabilities | | ||
| `--exportFileType` | | Write the scan result to this file type (when used with exportFormat). Options: Csv, Html, Json, Text, Xml | | ||
| `--filesToExclude` | | Listing of files or patterns to exclude from the search for manifest files. eg: **/req**.txt/, **/requirements.txt | | ||
@@ -41,0 +43,0 @@ | `--logLevel` | | Minimum level to show logs: DEBUG, INFO, WARN, FAIL, ERROR. | |
2411512
47