https://github.com/contrast-security-oss/contrast-dotnet-examples
Example code examples and scripts to complement documentation for Contrast .NET Agents
https://github.com/contrast-security-oss/contrast-dotnet-examples
Last synced: 9 months ago
JSON representation
Example code examples and scripts to complement documentation for Contrast .NET Agents
- Host: GitHub
- URL: https://github.com/contrast-security-oss/contrast-dotnet-examples
- Owner: Contrast-Security-OSS
- License: other
- Created: 2019-05-24T14:01:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T20:59:05.000Z (almost 2 years ago)
- Last Synced: 2025-09-30T18:59:58.584Z (9 months ago)
- Language: PowerShell
- Size: 19.5 KB
- Stars: 3
- Watchers: 32
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contrast-dotnet-examples
Example code snippets and scripts to complement documentation for Contrast .NET Agents.
Current examples in this repo:
* [*auto-update/netframework/AutoUpdate.ps1*](auto-update/netframework/AutoUpdate.ps1): Scripted installation or update of the .NET Framework agent.
* [*docker/netframework/Dockerfile-DefaultAppPool*](docker/netframework/Dockerfile-DefaultAppPool): Running the .NET Framework agent in a Docker container in the default AppPool
* [*docker/netframework/Dockerfile-CustomAppPool*](docker/netframework/Dockerfile-CustomAppPool): Running the .NET Framework agent in a Docker container with a custom AppPool
* [*azure-app-service-site-extension/appdeploy.json*](azure-app-service-site-extension/appdeploy.json):
Azure ARM template for deploying a .NET Framework application as an _Azure App Service Web App_ using the Contrast .NET Agent Site Extension.
>We will accept pull requests in this repo for more enhancements and use cases