snyk-cpp-plugin

Snyk CLI C/C++ plugin

Usage no npm install needed!

<script type="module">
  import snykCppPlugin from 'https://cdn.skypack.dev/snyk-cpp-plugin';
</script>

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

Run tests

npm test