Skip to content

Merge branch 'main' of https://github.com/Zimmergren/cloud-code-samples #15

Merge branch 'main' of https://github.com/Zimmergren/cloud-code-samples

Merge branch 'main' of https://github.com/Zimmergren/cloud-code-samples #15

name: MSDefenderDevOps
on:
push:
branches: [ main ]
jobs:
DevSec:
name: Microsoft Defender for DevOps
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
id: msdo
- name: Upload alerts to Security tab
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}