Skip to content
New issue

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 #1541

Closed
BernieWhite opened this issue Jun 3, 2023 · 0 comments · Fixed by #1542
Closed

Add support for baseline groups #1541

BernieWhite opened this issue Jun 3, 2023 · 0 comments · Fixed by #1542
Assignees
Labels
feature: baselines Issues that affect baselines
Milestone

Comments

@BernieWhite
Copy link
Member

BernieWhite commented Jun 3, 2023

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/ps-rule@v2.8.1
  with:
    modules: 'PSRule.Rules.Azure'
    baseline: '@recommended'
@BernieWhite BernieWhite added the feature: baselines Issues that affect baselines label Jun 3, 2023
@BernieWhite BernieWhite added this to the v2.9.0 milestone Jun 3, 2023
@BernieWhite BernieWhite self-assigned this Jun 3, 2023
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Jun 3, 2023
This was referenced Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: baselines Issues that affect baselines
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant