{"id":15291577,"url":"https://github.com/azure/azuregovernedpipelines","last_synced_at":"2025-10-20T03:31:58.032Z","repository":{"id":42623863,"uuid":"475958283","full_name":"Azure/AzureGovernedPipelines","owner":"Azure","description":"A template repository for governed pipelines.","archived":false,"fork":false,"pushed_at":"2024-07-26T02:47:02.000Z","size":25,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T14:11:14.554Z","etag":null,"topics":["azure","azure-pipelines","cloud","devops","devsecops","github-actions","pipelines-as-code","psrule"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-30T16:15:56.000Z","updated_at":"2024-12-17T07:34:29.000Z","dependencies_parsed_at":"2024-07-26T04:06:25.230Z","dependency_job_id":null,"html_url":"https://github.com/Azure/AzureGovernedPipelines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzureGovernedPipelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzureGovernedPipelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzureGovernedPipelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzureGovernedPipelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/AzureGovernedPipelines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237254440,"owners_count":19280039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-pipelines","cloud","devops","devsecops","github-actions","pipelines-as-code","psrule"],"created_at":"2024-09-30T16:13:17.616Z","updated_at":"2025-10-20T03:31:57.631Z","avatar_url":"https://github.com/Azure.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Governed Pipelines\n\n**In development**\n\nThis repository contains sample code you can use to create your own governed pipelines for deploying Azure solutions.\nTo learn more about PSRule for Azure, see \u003chttps://aka.ms/ps-rule-azure\u003e.\n\n[![Use this template](https://img.shields.io/static/v1?label=GitHub\u0026message=Use%20this%20template\u0026logo=github\u0026color=007acc)](https://github.com/Azure/PSRule.Rules.Azure-governed/generate)\n\n## Overview\n\nBuilding enterprise scale pipelines can be challenging.\nWithout a standard approach, pipelines can become complex and difficult to maintain.\nGoverned pipelines provides a set of patterns to help you build and maintain pipelines for deploying Azure solutions.\n\n- **Who should consider using governed pipelines?** \u0026mdash; Any organzation that need to scale one or two pipelines to many.\n- **Why use governed pipelines?** \u0026mdash; A central set of governed pipelines allows you to manage quality and security across projects or teams.\n- **What systems are supported?** \u0026mdash; In the current interation governed pipelines support Azure Pipelines.\n  In the future we plan to add support for GitHub Actions.\n\n## How do they work?\n\nGoverned Pipelines allow an organization to enforce controls within deployment pipelines by extending on built-in features of Azure and GitHub.\n\nPipelines **must** prove they have extended from a secure pipeline that enforces an organization's DevSecOps requirements.\n\n- When a pipeline extends from a governed pipeline it is entitled to use credentials with permissions to deploy to Azure.\n- If the pipeline does not use a governed pipeline the credentials are not provides to the pipeline and deployment is blocked.\n\nThe implementation for Azure Piplines and GitHub Action is slightly different as follows:\n\n- **Azure Pipelines** \u0026mdash; [Security through templates][1] requires a specific pipeline template to be used.\n- **GitHub Actions (available in the future)** \u0026mdash; [Open ID Connect with reusable workflows][2] requires a specific workflow template to be used.\n\n  [1]: https://learn.microsoft.com/azure/devops/pipelines/security/templates?view=azure-devops\n  [2]: https://docs.github.com/enterprise-cloud@latest/actions/deployment/security-hardening-your-deployments/using-openid-connect-with-reusable-workflows\n\n## Getting started\n\nTo get started, please check out our consumer guide for:\n\n- [Azure Pipelines](docs/consumer-azure-pipelines.md)\n\n## Support\n\nThis project uses GitHub Issues to track bugs and feature requests.\nPlease search the existing issues before filing new issues to avoid duplicates.\n\n- For new issues, file your bug or feature request as a new [issue].\n- For help, discussion, and support questions about using this project, join or start a [discussion].\n\nSupport for this project/ product is limited to the resources listed above.\n\n  [issue]: https://github.com/Azure/PSRule.Rules.Azure-governed/issues\n  [discussion]: https://github.com/Azure/PSRule.Rules.Azure-governed/discussion\n\n## Contributing\n\nThis project welcomes contributions and suggestions.\nIf you are ready to contribute, please visit the [contribution guide](CONTRIBUTING.md).\n\n## Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\nor contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Maintainers\n\n- [Bernie White](https://github.com/BernieWhite)\n\n## License\n\nThis project is [licensed under the MIT License](LICENSE).\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services.\nAuthorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazuregovernedpipelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fazuregovernedpipelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazuregovernedpipelines/lists"}