Skip to content

Commit c7b531a

Browse files
authored
Merge pull request #92 from Azure-Samples/pamelafox-patch-2
Update bicep-security-scan.yaml
2 parents 8b4c437 + ae99ee1 commit c7b531a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bicep-security-scan.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Build Bicep for linting
2323
uses: azure/CLI@v2
2424
with:
25-
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
25+
inlineScript: |
26+
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
27+
az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
2628
2729
- name: Run Microsoft Security DevOps Analysis
2830
uses: microsoft/security-devops-action@preview

0 commit comments

Comments
 (0)