From 757ff7b0e93213fafa4d74e2a2f2c1236c4f8510 Mon Sep 17 00:00:00 2001 From: DavidCroftDKFZ <46788708+DavidCroftDKFZ@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:01:37 +0100 Subject: [PATCH] Removed Trivy scan Getting "Failed to download artifact", "TOOMANYREQUESTS" error --- .github/workflows/ci.yml | 13 ------------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abc28e5..ade0cc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,16 +71,3 @@ jobs: tags: ${{ steps.docker-meta.outputs.tags }} labels: ${{ steps.docker-meta.outputs.labels }} - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master - with: - image-ref: samply/directory_sync_service:sha-${{ github.sha }} - format: sarif - output: trivy-results.sarif - severity: 'CRITICAL,HIGH' - - - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: trivy-results.sarif - diff --git a/pom.xml b/pom.xml index aa7afaf..57475db 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.samply directory_sync_service - 1.5.0 + 1.5.1 directory_sync_service Directory sync https://github.com/samply/directory_sync_service