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 extensibility to allow integration with tool chains #650

Closed
BernieWhite opened this issue Mar 1, 2021 · 0 comments · Fixed by #654
Closed

Add extensibility to allow integration with tool chains #650

BernieWhite opened this issue Mar 1, 2021 · 0 comments · Fixed by #654
Assignees
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Milestone

Comments

@BernieWhite
Copy link
Member

Currently rule results can be processed after PSRule has run, however within a CI pipeline there are a number of scenarios that ideally would benefit from an extensibility within the pipeline for future capabilities. Such as:

  • Object expansion - Allow objects to be interpreted as new objects within the pipeline. i.e. Expand a Azure template to resources.
  • Badges - Generate a badge based on a pass/ fail of an object.
  • PR feedback - Add pull request comments or annotations.

To add these features an extensibility interface that can process objects throughout the pipeline is needed.

Related to #623

@BernieWhite BernieWhite added enhancement New feature or request feature: language Issues that affect language such keywords and variables labels Mar 1, 2021
@BernieWhite BernieWhite added this to the v1.2.0 milestone Mar 1, 2021
@BernieWhite BernieWhite self-assigned this Mar 1, 2021
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Mar 2, 2021
BernieWhite added a commit to BernieWhite/PSRule that referenced this issue Mar 2, 2021
@BernieWhite BernieWhite mentioned this issue Apr 1, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: language Issues that affect language such keywords and variables
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant