Skip to content

Commit 15516b5

Browse files
committed
fix: Wrong README local node command run
1 parent e1359a6 commit 15516b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First, Install the Snyk Filter using npm:
1313

1414
`npm install snyk-filter -g`
1515

16-
Alternatively, you can skip this step, clone the repo and run the script locally (using `node ./snyk-filter.js`)
16+
Alternatively, you can skip this step, clone the repo and run the script locally (using `node ./index.js`)
1717

1818
## Usage
1919

lib/snyk-filter.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var options = {"showVulnPaths": true, "path": path.dirname(__dirname).split(path
1313

1414

1515
function onDataCallback(data, reportCallback) {
16+
console.log(data);
1617

1718
const jqFilterString = customFilters.filter;
1819
const jqPassString = customFilters.pass;

0 commit comments

Comments
 (0)