We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265ce2e commit 424c8d8Copy full SHA for 424c8d8
.github/workflows/azure-dev-validation.yaml
@@ -17,3 +17,15 @@ jobs:
17
uses: azure/CLI@v1
18
with:
19
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout
20
+
21
+ - name: Run Microsoft Security DevOps Analysis
22
+ uses: microsoft/security-devops-action@preview
23
+ id: msdo
24
+ continue-on-error: true
25
+ with:
26
+ tools: templateanalyzer
27
28
+ - name: Upload alerts to Security tab
29
+ uses: github/codeql-action/upload-sarif@v2
30
31
+ sarif_file: ${{ steps.msdo.outputs.sarifFile }}
0 commit comments