File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 # Install a specific version of Bicep for consistency across CI runs.
4242 - name : Install Bicep
43- run : az bicep install --version v0.38.33
43+ run : az bicep install --version v0.39.26
4444
4545 # Run analysis by using the PSRule GitHub action.
4646 - name : Run PSRule analysis
Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "modules" : {
44 "PSRule.Rules.Azure" : {
5- "version" : " 1.46 .0" ,
6- "integrity" : " sha512-JpWngKuESmvPtGRwWTCy4MtS29QvIAo/3ejgGazUX755oXj7Z+Tw7/MXXHzjVlzGIhZ+Lz8WDarElmPJzlmlLQ =="
5+ "version" : " 1.47 .0" ,
6+ "integrity" : " sha512-LaF5k4DxEQHzVfen9W+ocMMUVvI6pFr++zqhsh9Cdxvz+2GBx/OMROOkswNr4D2V2uZ4DCM8Gg2TyLXWtHTKiQ =="
77 }
88 }
9- }
9+ }
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ execution:
1919
2020# Require minimum versions of modules.
2121requires :
22- PSRule : ' @pre >=2.9.0'
2322 PSRule.Rules.Azure : ' @pre >=1.34.2'
2423
2524# Add PSRule v3 format configuration
You can’t perform that action at this time.
0 commit comments