Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.17 KB

VeraDemo-.NET Framework

VeraDemo-.NET Framework is a great test application for Veracode IDE Scanner for Visual Studio, Visual Studio Code, and the Veracode Static Pipeline Scanner. This example uses Azure Dev Ops to build and test VeraDemoDotNet with the Veracode Static Pipeline scanner. A Veracode subscription is required.

Note: this version of Veracode is built using the legacy .NET Framework. See also Verademo - .NET Core.

Clone or connect this repo to Azure Dev Ops. Create a Pipeline using included example azure-pipelines.yml.

Setup API ID and Key in Pipeline Variables –

  • VERACODE_API_ID
  • VERACODE_API_KEY

Once build completes you can download results.json from build summary screen or view them in the console output for the Pipeline scanner step.

Check the results.json into source code and reference it in the command to break build on new findings.

To break on new flaws found from previous scan, add "- bf results.json" to string and remove "|| true" at the end of the string so the step will break the build process on new flaws.

Find further options here: https://docs.veracode.com/r/r_pipeline_scan_commands