Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@soos-io/soos-sbom

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soos-io/soos-sbom

SOOS wrapper script to upload SBOMs.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
193
decreased by-19.25%
Maintainers
0
Weekly downloads
 
Created
Source

SOOS SBOM

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

  • npm

Installation

Globally

run npm i -g @soos-io/soos-sbom@latest Then Run soos-sbom from any terminal and add the parameters you want.

Locally

run npm install --prefix ./soos @soos-io/soos-sbom Then run from the same terminal node ./soos/node_modules/@soos-io/soos-sbom/bin/index.js

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.
--logLevelINFOMinimum level to show logs: PASS, IGNORE, INFO, WARN, or FAIL.
--onFailurecontinue_on_failureAction to perform when the scan fails. Options: fail_the_build, continue_on_failure.
--operatingEnvironmentSet Operating environment for information purposes only.
--otherOptionsOther Options to pass to syft.
--projectNameProject Name - this is what will be displayed in the SOOS app.
--directoriesToExclude**/node_modules/**, "**/bin/**", "**/obj/**", "**/lib/**Listing of directories or patterns to exclude from the search for SBOM files. eg: bin/start/, /start/
--filesToExcludeListing of files or patterns patterns to exclude from the search for SBOM files. eg: /int.cdx.json/, **/internal.cdx.json
sbomPathThe SBOM file or folder to scan. When a folder is specified all SBOMs found in the folder and sub-folders will be scanned.

Keywords

FAQs

Package last updated on 23 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc