Skip to content

Commit

Permalink
Merge branch 'main' into pamelafox-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Oct 9, 2024
2 parents e0e8b87 + c7b531a commit 0e1b7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bicep-security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Build Bicep for linting
uses: azure/CLI@v2
with:
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
inlineScript: |
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
Expand Down

0 comments on commit 0e1b7d5

Please sign in to comment.