2019-08-25 16:23:30 +03:00
|
|
|
#
|
|
|
|
# PSRule for Azure
|
|
|
|
#
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PSRule.Rules.Azure
|
|
|
|
description: |
|
|
|
|
A suite of rules to validate Azure resources using PSRule.
|
2021-06-17 17:14:44 +03:00
|
|
|
url: https://github.com/Azure/PSRule.Rules.Azure
|
2019-08-25 16:23:30 +03:00
|
|
|
|
|
|
|
repository:
|
|
|
|
type: git
|
2021-06-17 17:14:44 +03:00
|
|
|
url: https://github.com/Azure/PSRule.Rules.Azure.git
|
2019-08-25 16:23:30 +03:00
|
|
|
|
|
|
|
bugs:
|
2021-06-17 17:14:44 +03:00
|
|
|
url: https://github.com/Azure/PSRule.Rules.Azure/issues
|
2019-08-25 16:23:30 +03:00
|
|
|
|
2019-11-09 09:19:07 +03:00
|
|
|
modules:
|
2021-11-10 18:48:16 +03:00
|
|
|
PSRule: ^1.9.0
|
2019-11-09 09:19:07 +03:00
|
|
|
|
2019-08-25 16:23:30 +03:00
|
|
|
tasks:
|
|
|
|
clear:
|
|
|
|
steps:
|
|
|
|
- gitPrune:
|
|
|
|
name: origin
|
|
|
|
removeGone: true
|
|
|
|
build:
|
|
|
|
steps:
|
|
|
|
- powershell: Invoke-Build Build
|