Skip to content

Commit

Permalink
Merge pull request #138 from coinbase/readme_update
Browse files Browse the repository at this point in the history
add bandit info on README
  • Loading branch information
ghbren authored May 26, 2020
2 parents cd3b64b + 0dfd3ea commit 6d0a639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ coinbase/salus pulls the docker image

## Supported Scanners

- [Bandit](docs/scanners/bandit.md) - Execution of [Bandit](https://pypi.org/project/bandit/), looks for common security issues in Python code.
- [BundleAudit](docs/scanners/bundle_audit.md) - Execution of [bundle-audit](https://github.com/rubysec/bundler-audit), looks for CVEs in ruby gem dependencies.
- [Brakeman](docs/scanners/brakeman.md) - Execution of [Brakeman](https://brakemanscanner.org/), looks for vulnerable code in Rails projects.
- [npm audit](docs/scanners/npm_audit.md) - Execution of [`npm audit`](https://docs.npmjs.com/getting-started/running-a-security-audit) which looks for CVEs in node module dependencies.
Expand Down

0 comments on commit 6d0a639

Please sign in to comment.