Update docker-related.yaml

This commit is contained in:
Donald Zou 2025-03-24 12:52:28 +08:00 committed by GitHub
parent 86017b79eb
commit f94eb97aa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ jobs:
with:
command: cves
image: ${{ env.DOCKER_IMAGE }}:latest
summary: true
summary: false
write-comment: false
only-severities: critical,high,medium,low,unspecified
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}