https://github.com/veracode/verademo-netframework
https://github.com/veracode/verademo-netframework
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veracode/verademo-netframework
- Owner: veracode
- License: mit
- Created: 2021-08-09T17:33:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T14:56:12.000Z (almost 2 years ago)
- Last Synced: 2025-08-03T16:34:58.758Z (11 months ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 7
- Watchers: 3
- Forks: 72
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/veracode/verademo-dotnetcore).
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