veracode-demo-labs.github.io

Veracode Demo Labs

Return to Home Return to GitHub/Veracode-Demo-Labs

Visual Studio Code

VS Code is configured to open with the VeraDemo-DotNetCore project.

Overview

After opening VS Code, run a “dotnet build” command in the terminal. Your project should properly build before continuing.

VSCode

Right-click on the Controllers folder and select Scan with Greenlight.

VSCode

You’ll see in the bottom left that Greenlight in scanning the folder “Controllers”.

VSCode

Review the results in the left column.

VSCode

You can run this app by typing in “dotnet run” in the terminal.

VSCode

If you browse to http://localhost:5000 the app should appear.

VSCode

Return to Home Return to GitHub/Veracode-Demo-Labs