Skip to content

antz-snyk/dotNet-goof

 
 

Repository files navigation

.Net Goof

  1. Open a terminal and clone the repository

    git clone git@github.com:pstember/dotNet-goof.git

Open a terminal and open the dotNet-goof directory.

  1. Build the project

    dotnet build
  2. Test the project

    snyk test

All-in-one to clone and run:

git clone git@github.com:pstember/dotNet-goof.git && \
cd dotNet-goof && \
dotnet build && \
snyk test

Screenshots

The following screenshot demonstrates the extra value provided when scanning a project using the Snyk CLI tool

Vulnerability detection

This screenshot shows vulnerabilities and potential remediation when such remediation exist

Vulnerability detection screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%