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