Skip to content

ci: update trivy-action to 0.28.0 #28

ci: update trivy-action to 0.28.0

ci: update trivy-action to 0.28.0 #28

name: "fhEVM Coprocessor Docker Image"
on:
push:
branches:
- main
- security/trivy
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
- fhevm-engine/coprocessor/**
- fhevm-engine/.sqlx
- proto/**
release:
types:
- published
concurrency:
group: fhevm-coprocessor-${{ github.ref_name }}
cancel-in-progress: false
jobs:
docker-coprocessor:
uses: ./.github/workflows/common-docker.yml

Check failure on line 24 in .github/workflows/fhevm-coprocessor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fhevm-coprocessor.yml

Invalid workflow file

error parsing called workflow ".github/workflows/fhevm-coprocessor.yml" -> "./.github/workflows/common-docker.yml" (source branch with sha:fbd94f59c1c606c396b692379a158b14c8fc6087) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
permissions:
contents: "read"
id-token: "write"
packages: "write"
with:
working-directory: "."
push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
image-name: "fhevm-coprocessor"
generate-dev-image: false
docker-file: "fhevm-engine/coprocessor/Dockerfile"
arm-build: true
secrets:
BLOCKCHAIN_ACTIONS_TOKEN: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
GRAVITON_BUILDER_SSH_PRIVATE_KEY: ${{ secrets.GRAVITON_BUILDER_SSH_PRIVATE_KEY }}
done:
runs-on: ubuntu-latest
name: Pipeline Done
steps:
- name: Success
run: echo Pipeline Done
needs:
- docker-coprocessor