Skip to content

Commit

Permalink
docs: More examples in README for path whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed Aug 5, 2019
1 parent ace73ba commit fa7ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ audit-ci --report-type summary
"package-manager": "auto",
"advisories": [100, 101],
"whitelist": ["example1", "example2"],
"path-whitelist": ["52|example3"],
"path-whitelist": ["52|example3", "880|example4", "880|example5>example4"],
"registry": "https://registry.npmjs.org"
}
```
Expand Down

0 comments on commit fa7ac3d

Please sign in to comment.