-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested
Description
Is your feature request related to a problem? Please describe.
The current PSRule release is 3 weeks old.
I wish to test a recent change in the main branch.
I tried using both of these syntaxes, however the first continued to reference 2.7.0 and the second failed. Apologies if this is documented somewhere that i didn't spot.
- name: PSRule for Azure - Well Architected
#uses: microsoft/ps-rule@v2.7.0
uses: microsoft/ps-rule@main
continue-on-error: true #Setting this whilst PSRule gets bedded in, in this project
with:
modules: 'PSRule.Rules.Azure'
inputPath: "${{ env.ParamFilePath }}" - name: PSRule for Azure - Well Architected
#uses: microsoft/ps-rule@v2.7.0
uses: microsoft/ps-rule@main
continue-on-error: true #Setting this whilst PSRule gets bedded in, in this project
with:
modules: 'PSRule.Rules.Azure'
inputPath: "${{ env.ParamFilePath }}"
version: 'main' #Assume this relates to the repo tagDescribe the solution you'd like
An easy way to use the version in main
Describe alternatives you've considered
None
Additional context
https://github.com/Azure/AKS-Construction/blob/gb-wellarchfixup/.github/workflows/ByoVnetCI.yml
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationquestionFurther information is requestedFurther information is requested