We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b4c437 + ae99ee1 commit c7b531aCopy full SHA for c7b531a
.github/workflows/bicep-security-scan.yaml
@@ -22,7 +22,9 @@ jobs:
22
- name: Build Bicep for linting
23
uses: azure/CLI@v2
24
with:
25
- inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
+ 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
28
29
- name: Run Microsoft Security DevOps Analysis
30
uses: microsoft/security-devops-action@preview
0 commit comments