We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for baseline groups as defined in #1524.
Provide an option to configure a baseline group, which is like an friendly name for the baseline but one that can be set within options.
For example:
baseline: group: recommended: PSRule.Rules.Azure\Azure.Default preview: PSRule.Rules.Azure\Azure.Preview
# Analyze Azure resources using PSRule for Azure - name: Analyze Azure template files uses: microsoft/[email protected] with: modules: 'PSRule.Rules.Azure' baseline: '@recommended'
The text was updated successfully, but these errors were encountered:
Added support for baseline groups microsoft#1541
05ec6e5
Added support for baseline groups #1541 (#1542)
ad5b12b
BernieWhite
Successfully merging a pull request may close this issue.
Add support for baseline groups as defined in #1524.
Provide an option to configure a baseline group, which is like an friendly name for the baseline but one that can be set within options.
For example:
The text was updated successfully, but these errors were encountered: