Skip to content

Commit

Permalink
fix: Wrong README local node command run
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Mar 23, 2018
1 parent e1359a6 commit 15516b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ First, Install the Snyk Filter using npm:

`npm install snyk-filter -g`

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

## Usage

Expand Down
1 change: 1 addition & 0 deletions lib/snyk-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var options = {"showVulnPaths": true, "path": path.dirname(__dirname).split(path


function onDataCallback(data, reportCallback) {
console.log(data);

const jqFilterString = customFilters.filter;
const jqPassString = customFilters.pass;
Expand Down

0 comments on commit 15516b5

Please sign in to comment.