File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
articles/defender-for-cloud Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -69,25 +69,25 @@ Security DevOps uses the following Open Source tools:
6969 # macos-latest supporting coming soon
7070 runs-on : windows-latest
7171
72- steps :
73- - uses : actions/checkout@v2
72+ steps :
73+ - uses : actions/checkout@v2
7474
75- - uses : actions/setup-dotnet@v1
76- with :
77- dotnet-version : |
78- 5.0.x
79- 6.0.x
75+ - uses : actions/setup-dotnet@v1
76+ with :
77+ dotnet-version : |
78+ 5.0.x
79+ 6.0.x
8080
8181 # Run analyzers
8282 - name : Run Microsoft Security DevOps Analysis
8383 uses : microsoft/security-devops-action@preview
8484 id : msdo
8585
86- # Upload alerts to the Security tab
87- - name : Upload alerts to Security tab
88- uses : github/codeql-action/upload-sarif@v1
89- with :
90- sarif_file : ${{ steps.msdo.outputs.sarifFile }}
86+ # Upload alerts to the Security tab
87+ - name : Upload alerts to Security tab
88+ uses : github/codeql-action/upload-sarif@v1
89+ with :
90+ sarif_file : ${{ steps.msdo.outputs.sarifFile }}
9191 ` ` `
9292
9393 For details on various input options, see [action.yml](https://github.com/microsoft/security-devops-action/blob/main/action.yml)
You can’t perform that action at this time.
0 commit comments