JSPM

  • Created
  • Published
  • Downloads 12482
  • Score
    100M100P100Q148127F
  • License Apache-2.0

Snyk CLI C/C++ plugin

Package Exports

  • snyk-cpp-plugin
  • snyk-cpp-plugin/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snyk-cpp-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Snyk logo


Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.

Snyk C/C++ CLI Plugin

A library used by the Snyk CLI to scan C/C++ projects.

Getting Started

Clone the repository and install dependencies:

git clone https://github.com/snyk/snyk-cpp-plugin
cd snyk-cpp-plugin
npm install

Install pre-commit

pre-commit is required to run local secrets scanning.

Install pre-commit (if not already installed):

  • brew install pre-commit

After cloning the repository cd into it and run:

  • pre-commit install

Run tests

npm test