From 02201c25651e7070361a72d1cca61515c7062f33 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:37:11 +0100 Subject: [PATCH] ci: fix docker ref --- .github/workflows/cve-scan.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index 96dd8c88a488..cdf7e5bd9200 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -26,14 +26,14 @@ jobs: - name: Anchore Scanner uses: anchore/scan-action@v3 with: - image: oryd/kratos:latest-sqlite + image: oryd/kratos:latest fail-build: true severity-cutoff: high - name: Trivy Scanner uses: aquasecurity/trivy-action@master if: ${{ always() }} with: - image-ref: oryd/kratos:latest-sqlite + image-ref: oryd/kratos:latest format: 'table' exit-code: '42' ignore-unfixed: true @@ -43,6 +43,6 @@ jobs: uses: erzz/dockle-action@v1.1.1 if: ${{ always() }} with: - image: oryd/kratos:latest-sqlite + image: oryd/kratos:latest exit-code: 42 failure-threshold: fatal