mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 09:39:50 +00:00
ci: updated tricy image ref with latest tag
Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.10.0
|
||||
with:
|
||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
format: 'table'
|
||||
exit-code: '1'
|
||||
ignore-unfixed: true
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
- name: Run Trivy vulnerability scanner (paralus-init)
|
||||
uses: aquasecurity/trivy-action@0.10.0
|
||||
with:
|
||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-init:${{ github.sha }}
|
||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-init:latest
|
||||
format: 'table'
|
||||
exit-code: '1'
|
||||
ignore-unfixed: true
|
||||
@@ -131,11 +131,11 @@ jobs:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta-sync.outputs.tags }}
|
||||
labels: ${{ steps.meta-sync.outputs.labels }}
|
||||
|
||||
|
||||
- name: Run Trivy vulnerability scanner (kratos-sync)
|
||||
uses: aquasecurity/trivy-action@0.10.0
|
||||
with:
|
||||
image-ref: ${{ env.REGISTRY }}/paralusio/kratos-synchronizer:${{ github.sha }}
|
||||
image-ref: ${{ env.REGISTRY }}/paralusio/kratos-synchronizer:latest
|
||||
format: 'table'
|
||||
exit-code: '1'
|
||||
ignore-unfixed: true
|
||||
|
||||
Reference in New Issue
Block a user