Skip to content

Commit

Permalink
ci: continue on error for trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 22, 2024
1 parent 51729d6 commit 0c17f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
context: ${{ inputs.docker-context }}
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
build-args: |
BLOCKCHAIN_ACTIONS_TOKEN=${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
file: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
Expand All @@ -151,6 +151,7 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
continue-on-error: true

- name: Extract Docker metadata
if: ${{ inputs.generate-dev-image }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- security/trivy
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
Expand Down

0 comments on commit 0c17f6f

Please sign in to comment.