From 2d7951992c19a56bf752360ac769d82eea2faf88 Mon Sep 17 00:00:00 2001 From: RoderickB <13252390+webtonize@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:52:42 +0200 Subject: [PATCH] Add ref to PSRule.Rules.AzureDevOps to related projects (#1618) * Add ref to PSRule.Rules.AzureDevOps to related projects * Suggested updates --------- Co-authored-by: Bernie White --- docs/related-projects.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/related-projects.md b/docs/related-projects.md index 60713280..b50402fd 100644 --- a/docs/related-projects.md +++ b/docs/related-projects.md @@ -21,6 +21,15 @@ Name | Description [PSRule.Rules.Kubernetes][8] | A suite of rules to validate Kubernetes resources using PSRule. [PSRule.Rules.MSFT.OSS][9] | A suite of rules to validate repositories against Microsoft Open Source Software (OSS) requirements. +## Community modules + +The following third-party modules are created, maintained, supported, and licensed by their respective authors. +Before consuming these module, double check they meet your organization's support, security, and licensing expectations. + +Author | Name | Description +------ | ---- | ----------- +cloudyspells | [PSRule.Rules.AzureDevOps][11] | A suite of rules to validate Azure DevOps projects using PSRule. + [1]: https://github.com/microsoft/ps-rule [2]: https://github.com/microsoft/PSRule-pipelines [3]: https://github.com/microsoft/PSRule-vscode @@ -31,3 +40,4 @@ Name | Description [8]: https://github.com/microsoft/PSRule.Rules.Kubernetes [9]: https://github.com/microsoft/PSRule.Rules.MSFT.OSS [10]: https://github.com/Azure/PSRule.Rules.Azure-quickstart + [11]: https://github.com/cloudyspells/PSRule.Rules.AzureDevOps