diff --git a/.github/workflows/build-docker.yaml b/.github/workflows/build-docker.yaml index f685693..6892e70 100644 --- a/.github/workflows/build-docker.yaml +++ b/.github/workflows/build-docker.yaml @@ -64,7 +64,7 @@ jobs: uses: docker/scout-action@v1 with: command: cves - image: ${{ steps.meta.outputs.tags }} + image: registry://${{ steps.meta.outputs.tags }} only-severities: critical,high write-comment: true github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment