You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@soos-io/soos-sca

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soos-io/soos-sca

SOOS Core SCA Security Analysis - Check for vulnerabilities, licenses, policy violations and more! Register for your free trial at https://app.soos.io/register

4.2.2
latest
Source
npmnpm
Version published
Weekly downloads
3.2K
-13.5%
Maintainers
0
Weekly downloads
 
Created
Source

SOOS Core SCA

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.

soos-sca

NPM package to run SOOS Core SCA

SOOS Badge Status

Dependency Vulnerabilities Out Of Date Dependencies

Supported Languages and Package Managers

Our full list of supported manifest formats can be found here.

Need an Account?

Visit soos.io to create your trial account.

Requirements

  • npm

Installation

Globally

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

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

Locally

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

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

Running the CLI

See CLI Knowledge Base Documentation

Linux Shell CLI Example

See Linux GitHub Gist

Windows CMD CLI Example

See Windows Batch File Gist

Client Parameters

ArgumentDefaultDescription
--apiKeySOOS API Key - get yours from SOOS Integration. Uses SOOS_API_KEY env value if present.
--branchNameThe name of the branch from the SCM System.
--branchURIThe URI to the branch from the SCM System.
--buildURIURI to CI build info.
--buildVersionVersion of application build artifacts.
--clientIdSOOS Client ID - get yours from SOOS Integration. Uses SOOS_API_CLIENT env value if present.
--commitHashThe 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/
--exportFormatWrite the scan result to this file format. Options: CsafVex, CycloneDx, Sarif, Spdx, SoosIssues, SoosLicenses, SoosPackages, SoosVulnerabilities
--exportFileTypeWrite the scan result to this file type (when used with exportFormat). Options: Csv, Html, Json, Text, Xml
--filesToExcludeListing of files or patterns to exclude from the search for manifest files. eg: /req.txt/, **/requirements.txt
--logLevelMinimum level to show logs: DEBUG, INFO, WARN, FAIL, ERROR.
--onFailurecontinue_on_failureAction to perform when the scan fails. Options: fail_the_build, continue_on_failure.
--operatingEnvironmentSet Operating environment for information purposes only.
--outputDirectoryExport file destination.
--packageManagersA list of package managers, delimited by comma, to include when searching for manifest files.
--projectNameProject Name - this is what will be displayed in the SOOS app.
--scriptVersionNone provided.
--sourceCodePathprocess.cwd()Root path to begin recursive search for manifests.
--workingDirectoryprocess.cwd()Absolute path where SOOS may write and read persistent files for the given build. eg Correct: /tmp/workspace/

Feedback and Support

See SOOS Knowledge Base

Keywords

@soos-io

FAQs

Package last updated on 24 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts