fix: add wait step for image availability in Docker build workflow

This commit is contained in:
Arunavo Ray
2025-06-15 15:10:48 +05:30
parent 214599a5fd
commit caf680d999

View File

@@ -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 }}