From caf680d9995fd70854257a89270cdc8b8828a004 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sun, 15 Jun 2025 15:10:48 +0530 Subject: [PATCH] fix: add wait step for image availability in Docker build workflow --- .github/workflows/docker-build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 11cab24..d4ad4d9 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -160,13 +160,3 @@ jobs: with: sarif_file: scout-results.sarif - # Docker Scout policy evaluation - - name: Docker Scout - Policy Evaluation - uses: docker/scout-action@v1 - if: always() && github.event_name != 'pull_request' - with: - command: policy - image: ${{ env.REGISTRY }}/${{ env.IMAGE }}:latest - exit-code: false - write-comment: true - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file