OctopusDeploy / OctopusTentacle

| Public | The secure, lightweight, cross-platform agent for Octopus Server which turns any computer into a worker or deployment target for automated deployments and operations runbooks.
https://octopus.com
Apache License 2.0
11 stars 16 forks source link

Create credits template and placeholder credits file #1034

Closed bec-callow-oct closed 3 weeks ago

bec-callow-oct commented 4 weeks ago

Background

Open source credits and licensing are not currently managed for the Octopus Tentacle repo. This PR prepares the repository for automated credit and license generation into the Credits.md file, based on a template. The Credits.md file is intentionally empty in this PR, and will be updated in later PRs based on output of our dependency scanner tool.

The dependency scanner was unable to find a license for Polly version 5.3.1. I have removed this version as 7.2.2 appears to be backwards-compatible.

How to review this PR

Please check the template for typos and confirm backwards compatibility of Polly 7.2.2

Pre-requisites