An open API service indexing awesome lists of open source software.

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

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