2020-09-03 17:46:36 +03:00
|
|
|
#
|
|
|
|
# PSRule for Microsoft OSS
|
|
|
|
#
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PSRule.Rules.MSFT.OSS
|
|
|
|
description: |
|
|
|
|
A suite of rules to validate repositories against Microsoft Open Source Software (OSS) requirements.
|
|
|
|
url: https://github.com/Microsoft/PSRule.Rules.MSFT.OSS
|
|
|
|
|
|
|
|
repository:
|
|
|
|
type: git
|
|
|
|
url: https://github.com/Microsoft/PSRule.Rules.MSFT.OSS.git
|
|
|
|
|
|
|
|
bugs:
|
|
|
|
url: https://github.com/Microsoft/PSRule.Rules.MSFT.OSS/issues
|
|
|
|
|
|
|
|
modules:
|
2022-04-18 06:04:48 +03:00
|
|
|
PSRule: ^2.0.0
|
2020-09-03 17:46:36 +03:00
|
|
|
|
|
|
|
tasks:
|
|
|
|
clear:
|
|
|
|
steps:
|
|
|
|
- gitPrune:
|
|
|
|
name: origin
|
|
|
|
removeGone: true
|