Skip to content

Commit

Permalink
chore(cicd): remove msdefender
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Apr 10, 2023
1 parent f272f24 commit 9e92af7
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,6 @@ on:

jobs:

msdefender:

runs-on: ubuntu-latest

steps:
-
name: Checkout repository
uses: actions/checkout@v3
-
name: Setup dotnet
uses: actions/setup-dotnet@v3
-
name: Run Microsoft Security DevOps
uses: microsoft/security-devops-action@preview
id: msdo
-
name: Upload results to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

codeql:

name: codeql
Expand Down

0 comments on commit 9e92af7

Please sign in to comment.