@soos-io/soos-sast
TypeScript icon, indicating that this package has built-in type declarations

0.1.26 • Public • Published

SOOS is an independent software security company, located in Winooski, VT USA, building security software for your team. SOOS, Software security, simplified.

Use SOOS to scan your software for vulnerabilities and open source license issues with SOOS Core SCA. Generate and ingest SBOMs. Export reports to industry standards. Govern your open source dependencies. Run the SOOS DAST vulnerability scanner against your web apps or APIs. Scan your Docker containers for vulnerabilities. Check your source code for issues with SAST Analysis.

Demo SOOS or Register for a Free Trial.

If you maintain an Open Source project, sign up for the Free as in Beer SOOS Community Edition.

Requirements

Installation

Globally

run npm i -g @soos-io/soos-sast@latest

Then Run soos-sast from any terminal and add the parameters you want.

Locally

run npm install --prefix ./soos @soos-io/soos-sast

Then run from the same terminal node ./soos/node_modules/@soos-io/soos-sast/bin/index.js

Client Parameters

Argument Default Description
--apiKey SOOS API Key - get yours from SOOS Integration. Uses SOOS_API_KEY env value if present.
--branchName The name of the branch from the SCM System.
--branchURI The URI to the branch from the SCM System.
--buildURI URI to CI build info.
--buildVersion Version of application build artifacts.
--clientId SOOS Client ID - get yours from SOOS Integration. Uses SOOS_API_CLIENT env value if present.
--commitHash The commit hash value from the SCM System.
--directoriesToExclude **/node_modules/**, "**/bin/**", "**/obj/**", "**/lib/** Listing of directories or patterns to exclude from the search for manifest files. eg: bin/start/, /start/
--filesToExclude Listing of files or patterns to exclude from the search for manifest files. eg: /req.txt/, **/requirements.txt
--logLevel Minimum level to show logs: DEBUG, INFO, WARN, FAIL, ERROR.
--onFailure continue_on_failure Action to perform when the scan fails. Options: fail_the_build, continue_on_failure.
--operatingEnvironment Set Operating environment for information purposes only.
--projectName Project Name - this is what will be displayed in the SOOS app.
--sourceCodePath process.cwd() Root path to begin recursive search for Sarif files.
--verbose false Enable verbose logging.

Package Sidebar

Install

npm i @soos-io/soos-sast

Weekly Downloads

116

Version

0.1.26

License

MIT

Unpacked Size

2.41 MB

Total Files

7

Last publish

Collaborators

  • soosintegrations