Code Review
Simple notes on code review
Last updated
Simple notes on code review
Last updated
We can use confused
to scan package requirement file
Usage
TODO
Here are a set of tools I usually use when I conduct a source code review:
Snyk: Snyk is good (Available Vscode extension)
Trivy: Built mainly for container security, it's suitable for dependency vulnerability scanning. (Available Vscode extension)
: It has a good set of rules for pointing out weak code practices.
I personally prefer for scanning a git repo, Because it points out informative information beside the secret.
For scanning container images for secrets and vulnerabilities, i would use .
Other than that is good.