Skip to content

Commit

Permalink
ci: disable trivy action
Browse files Browse the repository at this point in the history
- Current version fails with multiple tags
  • Loading branch information
camargo committed Aug 9, 2022
1 parent a797dc7 commit efcf2c3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Scan aerie-ui Docker image
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ steps.meta.outputs.tags }}
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL'
- name: Push Docker Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit efcf2c3

Please sign in to comment.