Skip to content

Commit

Permalink
Update defender-for-devops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Apr 13, 2024
1 parent 3771bc8 commit 411ef83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/defender-for-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
5.0.x
6.0.x
- name: Run Microsoft Security DevOps
uses: microsoft/[email protected]
uses: microsoft/security-devops-action@v1
includeTools: container-mapping
id: msdo
- name: Upload results to Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 comments on commit 411ef83

Please sign in to comment.