Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
davisdre authored Dec 27, 2024
1 parent 7f76cf1 commit 790fbdd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/msdevopssec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

# Checkout your code repository to scan
- uses: actions/checkout@latest
- uses: actions/checkout@v4

# Run analyzers
- name: Run Microsoft Security DevOps
Expand All @@ -30,13 +30,6 @@ jobs:

# Upload alerts to the Security tab - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS)
- name: Upload alerts to Security tab
uses: github/codeql-action/upload-sarif@latest
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

# Upload alerts file as a workflow artifact - required for MSDO results to appear in the codeQL security alerts tab on GitHub (Requires GHAS)
# - name: Upload alerts file as a workflow artifact
# uses: actions/upload-artifact@v3
# with:
# name: alerts
# path: ${{ steps.msdo.outputs.sarifFile }}

0 comments on commit 790fbdd

Please sign in to comment.