Trivy provides Third party library vulnerability report along with security key exposure in your code.
The tool also provides the version in which the vulnerability is fixed.
You can use the below steps to get a report by checkout the code from your repo:
Go to https://github.com/aquasecurity/trivy/releases/download/v0.48.3/trivy_0.48.3_windows-64bit.zip
Download the zip
Extract the folder
Goto <Extracted Folder>\trivy_0.48.3_windows-64bit
Open command line from above folder
run the below command
trivy fs <codebase path in local m/c > <app_name_>sec_rpt.txt
Further reading:
2 comments:
Informative. Thanks for sharing.
Great Post!! Super useful
Post a Comment