Skip to content

Commit

Permalink
Revert and disable trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 authored Dec 4, 2024
1 parent 6842690 commit de62687
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read

Expand Down Expand Up @@ -30,7 +33,8 @@ jobs:
context: .
dockerfile: Dockerfile
push: true
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}
trivy: false
#trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

build-scan-container-bootnode:
runs-on: ['self-hosted', 'org', '8-cpu']
Expand All @@ -55,4 +59,5 @@ jobs:
context: .
dockerfile: Dockerfile.bootnode
push: true
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}
trivy: false
#trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

0 comments on commit de62687

Please sign in to comment.