Skip to content

Commit

Permalink
ci: fix docker ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 16, 2021
1 parent 063e506 commit 02201c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,6 +43,6 @@ jobs:
uses: erzz/[email protected]
if: ${{ always() }}
with:
image: oryd/kratos:latest-sqlite
image: oryd/kratos:latest
exit-code: 42
failure-threshold: fatal

0 comments on commit 02201c2

Please sign in to comment.