From ab9f61ad671fab2c2e05b576c4e4910f7532ab36 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Fri, 7 Jun 2024 11:29:03 -0700 Subject: [PATCH] fix trivy --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ede8603b..bc07eebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: id: scan-distroless continue-on-error: true with: - image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-nonroot-static-debian12-amd64 + image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-static-debian12-nonroot-amd64 format: 'table' exit-code: '1' ignore-unfixed: true @@ -86,7 +86,7 @@ jobs: continue-on-error: true id: scan-debug-distroless with: - image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-debug-nonroot-static-debian12-amd64 + image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-static-debian12-debug-nonroot-amd64 format: 'table' exit-code: '1' ignore-unfixed: true