From e52c9213eb8d35cf65d291c69f7cb9e7e916e640 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 30 Aug 2024 14:40:37 +0200 Subject: [PATCH] test: update docker scout ci Signed-off-by: Robert Waffen --- .github/workflows/docker_scout.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker_scout.yml b/.github/workflows/docker_scout.yml index d623ddb..501c542 100644 --- a/.github/workflows/docker_scout.yml +++ b/.github/workflows/docker_scout.yml @@ -45,8 +45,8 @@ jobs: uses: docker/scout-action@v1 with: command: cves - image: 'local://ci/test:${{ matrix.rubygem_puppet }}' - sarif-file: sarif.output.${{ matrix.rubygem_puppet }}.${{ github.sha }}.json + image: 'local://ci/test:${{ matrix.puppet_release }}' + sarif-file: sarif.output.${{ matrix.puppet_release }}.${{ github.sha }}.json write-comment: false - name: Compare container image to latest from Registry @@ -54,7 +54,7 @@ jobs: uses: docker/scout-action@v1 with: command: compare - image: 'local://ci/test:${{ matrix.rubygem_puppet }}' + image: 'local://ci/test:${{ matrix.puppet_release }}' to: 'ghcr.io/voxpupuli/test:${{ matrix.puppet_release }}-main' summary: true keep-previous-comments: true @@ -63,4 +63,4 @@ jobs: id: upload-sarif uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: sarif.output.${{ matrix.rubygem_puppet }}.${{ github.sha }}.json + sarif_file: sarif.output.${{ matrix.puppet_release }}.${{ github.sha }}.json