From b32033c6ac9e929981d7846aac4a95e95817ad05 Mon Sep 17 00:00:00 2001 From: Maria Zhelezova <43066499+mazhelez@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:09:26 +0100 Subject: [PATCH] Merge 50485e4dfdbddad651d10fbefa40634bd8bb76db into 81350be902c14fb774dbe63fb1c57e7e0bc44d26 --- .github/workflows/MSDO.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/MSDO.yml diff --git a/.github/workflows/MSDO.yml b/.github/workflows/MSDO.yml deleted file mode 100644 index c31c8acded..0000000000 --- a/.github/workflows/MSDO.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: MSDO - -on: - push: - branches: [ "main", "releases/*" ] - pull_request: - branches: [ "main", "releases/*" ] - -jobs: - MSDO: - name: Run Microsoft Security DevOps Analysis - runs-on: windows-latest - permissions: - id-token: write # This is required for federation to Defender for DevOps - security-events: write # This is required to upload SARIF files - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Run Credential Scanning - uses: microsoft/security-devops-action@v1.10.0 - id: credscan - with: - policy: Microsoft - tools: credscan - - - name: Upload results to Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: ${{ steps.credscan.outputs.sarifFile }}