Skip to content

Commit 7e0b94a

Browse files
authored
Merge pull request #600 from lidofinance/fix/remove-trivy
fix: remove trivy from workflow
2 parents 5ead3ca + 9073e7b commit 7e0b94a

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.github/workflows/build_and_push_image.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,6 @@ jobs:
6666
- name: Create and push manifest images
6767
uses: lidofinance/docker-manifest-action@b33ab348026b120a895167160f5605b0197f0862
6868
with:
69-
inputs: ghcr.io/lidofinance/scripts:${{ github.ref_name }}
70-
images: ghcr.io/lidofinance/scripts:${{ github.ref_name }}-amd64,ghcr.io/lidofinance/scripts:${{ github.ref_name }}-arm64
71-
push: true
72-
73-
run-trivy:
74-
needs: docker-manifest
75-
runs-on: ubuntu-24.04
76-
steps:
77-
- name: Checkout
78-
uses: actions/checkout@v4
79-
80-
- name: Run Trivy vulnerability scanner
81-
uses: lidofinance/trivy-action@master
82-
with:
83-
image-ref: 'ghcr.io/lidofinance/scripts:${{ github.ref_name }}'
84-
format: 'table'
85-
exit-code: '0'
86-
ignore-unfixed: true
87-
vuln-type: 'os,library'
88-
severity: 'CRITICAL,HIGH'
69+
inputs: ghcr.io/lidofinance/scripts:${{ github.ref_name }}
70+
images: ghcr.io/lidofinance/scripts:${{ github.ref_name }}-amd64,ghcr.io/lidofinance/scripts:${{ github.ref_name }}-arm64
71+
push: true

0 commit comments

Comments
 (0)