Skip to content

Commit efcf2c3

Browse files
committed
ci: disable trivy action
- Current version fails with multiple tags
1 parent a797dc7 commit efcf2c3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
load: true
4646
tags: ${{ steps.meta.outputs.tags }}
4747
labels: ${{ steps.meta.outputs.labels }}
48-
- name: Scan aerie-ui Docker image
49-
uses: aquasecurity/trivy-action@master
50-
with:
51-
image-ref: ${{ steps.meta.outputs.tags }}
52-
format: 'table'
53-
exit-code: '1'
54-
ignore-unfixed: true
55-
severity: 'CRITICAL'
5648
- name: Push Docker Image
5749
uses: docker/build-push-action@v2
5850
with:

0 commit comments

Comments
 (0)