Skip to content

Commit 6c5e7ec

Browse files
sxdmnencia
andcommitted
chore: remove Trivy scan (cloudnative-pg#10344)
Remove the Trivy vulnerability scanner workflow and the Trivy step from the continuous integration workflow. Closes cloudnative-pg#10343 Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> (cherry picked from commit ab147df)
1 parent e32fd12 commit 6c5e7ec

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -641,16 +641,6 @@ jobs:
641641
image: ${{ env.CONTROLLER_IMG }}
642642
args: --severity-threshold=high --file=Dockerfile --username=${{ env.REGISTRY_USER }} --password=${{ env.REGISTRY_PASSWORD }}
643643

644-
- name: Run Trivy to check Docker image for vulnerabilities
645-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
646-
if: env.PUSH == 'true'
647-
id: trivy
648-
continue-on-error: true
649-
with:
650-
version: 'latest'
651-
image-ref: ${{ env.CONTROLLER_IMG }}
652-
format: 'table'
653-
654644
- name: Install cosign
655645
if: |
656646
env.SIGN_IMAGES == 'true' &&

.github/workflows/trivy.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)