diff --git a/.github/workflows/common-docker.yml b/.github/workflows/common-docker.yml index 18d28530..eb0a28ec 100644 --- a/.github/workflows/common-docker.yml +++ b/.github/workflows/common-docker.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/fhevm-coprocessor.yml b/.github/workflows/fhevm-coprocessor.yml index 58775b1e..0130a792 100644 --- a/.github/workflows/fhevm-coprocessor.yml +++ b/.github/workflows/fhevm-coprocessor.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - security/trivy paths: - .github/workflows/fhevm-coprocessor.yml - .github/workflows/common-docker.yml