diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml deleted file mode 100644 index 5697f0f..0000000 --- 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