https://github.com/veracode/example-dotnet
Example project to demonstrate srcclr scans
https://github.com/veracode/example-dotnet
Last synced: 6 months ago
JSON representation
Example project to demonstrate srcclr scans
- Host: GitHub
- URL: https://github.com/veracode/example-dotnet
- Owner: veracode
- Created: 2018-07-31T02:20:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:54:00.000Z (over 3 years ago)
- Last Synced: 2025-06-12T15:54:42.023Z (about 1 year ago)
- Language: C#
- Size: 19.5 KB
- Stars: 3
- Watchers: 10
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [:] Example Dotnet Project
An example dotnet project to demonstrate [srcclr](https://www.srcclr.com) scans.
## Try me!
For running scan install .NetFramework and msbuild
### Windows
```
choco install srcclr
srcclr activate
git clone https://github.com/srcclr/example-dotnet
msbuild example-dotnet/
srcclr scan example-dotnet/
```
### OSX
```
brew tap srcclr/srcclr
brew install srcclr
srcclr activate
git clone https://github.com/srcclr/example-dotnet
msbuild example-dotnet/
srcclr scan example-dotnet/
```