File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 uses : actions/checkout@v4
3232
3333 - name : Bicep build
34- run : az bicep build --file ${{ env.BICEP_DIR }}/azure.deploy. bicep --outfile ${{ env.BICEP_DIR }}/azure.deploy .json
34+ run : az bicep build --file ${{ env.BICEP_DIR }}/main. bicep --outfile ${{ env.BICEP_DIR }}/main .json
3535
3636 - name : Run PSRule
3737 uses : microsoft/ps-rule@v2.9.0
3838 with :
3939 modules : " PSRule.Rules.Azure"
40- inputPath : ${{ env.BICEP_DIR }}/azure.deploy *.json
40+ inputPath : ${{ env.BICEP_DIR }}/main *.json
4141 outputFormat : NUnit3
4242 outputPath : psrule-results-${{ github.run_number }}.xml
4343 summary : true
@@ -137,7 +137,7 @@ jobs:
137137 creds : ${{ secrets.AZURE_CREDENTIALS }}
138138
139139 - name : Lint template
140- run : az bicep build --file azure.deploy .bicep
140+ run : az bicep build --file main .bicep
141141
142142 - name : Validate template
143143 run : |
You can’t perform that action at this time.
0 commit comments