Update docker-related.yaml

This commit is contained in:
Donald Zou 2025-03-24 17:36:05 +08:00 committed by GitHub
parent f94eb97aa4
commit a29b59c9cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,8 @@ jobs:
uses: docker/scout-action@v1 uses: docker/scout-action@v1
with: with:
command: cves command: cves
dockerhub-user: ${{ secrets.DOCKER_HUB_USERNAME }}
dockerhub-pasword: ${{ secrets.DOCKER_HUB_PASSWORD }}
image: ${{ env.DOCKER_IMAGE }}:latest image: ${{ env.DOCKER_IMAGE }}:latest
summary: false summary: false
write-comment: false write-comment: false