2020-04-19 08:02:43 +03:00
|
|
|
info:
|
2020-06-07 11:17:25 +03:00
|
|
|
name: PSRule
|
|
|
|
description: Validate infrastructure as code (IaC) and DevOps repositories using GitHub Actions.
|
|
|
|
url: https://github.com/Microsoft/ps-rule
|
2020-04-19 08:02:43 +03:00
|
|
|
|
|
|
|
repository:
|
|
|
|
type: git
|
2020-06-07 11:17:25 +03:00
|
|
|
url: https://github.com/Microsoft/ps-rule.git
|
2020-04-19 08:02:43 +03:00
|
|
|
|
|
|
|
license: MIT
|
|
|
|
|
|
|
|
bugs:
|
2020-06-07 11:17:25 +03:00
|
|
|
url: https://github.com/Microsoft/ps-rule/issues
|
2020-04-19 08:02:43 +03:00
|
|
|
|
|
|
|
modules:
|
2022-01-03 07:31:49 +03:00
|
|
|
PSRule: ^1.11.0
|
2020-04-19 08:02:43 +03:00
|
|
|
|
|
|
|
tasks:
|
|
|
|
clear:
|
|
|
|
steps:
|
|
|
|
- gitPrune:
|
|
|
|
name: origin
|
|
|
|
removeGone: true
|