From d07b6855df15b9e2101b6549d774e59e62fd9e85 Mon Sep 17 00:00:00 2001 From: Mick Letofsky Date: Mon, 22 Jun 2026 16:54:49 -0400 Subject: [PATCH] Removing deprecated scan workflow. --- .github/workflows/scan.yml | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/scan.yml diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml deleted file mode 100644 index 5697f0ff..00000000 --- a/.github/workflows/scan.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Scan - -on: - workflow_dispatch: - push: - branches: - - "main" - pull_request: - types: [opened, synchronize, reopened] - branches-ignore: - - "main" - pull_request_target: - types: [opened, synchronize, reopened] - branches: - - "main" - -permissions: {} - -jobs: - check-run: - name: Check PR run - uses: bitwarden/gh-actions/.github/workflows/check-run.yml@main - permissions: - contents: read - - sast: - name: Checkmarx - uses: bitwarden/gh-actions/.github/workflows/_checkmarx.yml@main - needs: check-run - with: - upload-sarif: false # Private repo - secrets: - AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} - AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} - permissions: - contents: read - pull-requests: write - security-events: write - id-token: write