-
Open a terminal and clone the repository
git clone [email protected]:pstember/dotNet-goof.git
Open a terminal and open the dotNet-goof directory.
-
Build the project
dotnet build -
Test the project
snyk test
All-in-one to clone and run:
git clone [email protected]:pstember/dotNet-goof.git && \
cd dotNet-goof && \
dotnet build && \
snyk testThe following screenshot demonstrates the extra value provided when scanning a project using the Snyk CLI tool
This screenshot shows vulnerabilities and potential remediation when such remediation exist
