From 9c2219f13f4f903aaa5b5c281b3fbd36b600f5be Mon Sep 17 00:00:00 2001 From: holomekc <30546982+holomekc@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:22:25 +0200 Subject: [PATCH] docker-image-scan.yml aktualisieren --- .github/workflows/docker-image-scan.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/docker-image-scan.yml b/.github/workflows/docker-image-scan.yml index 51dab3ce29..ea38e8c2c1 100644 --- a/.github/workflows/docker-image-scan.yml +++ b/.github/workflows/docker-image-scan.yml @@ -159,11 +159,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: 'trivy-result.sarif' - - name: Upload Trivy alpine scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: 'trivy-result-alpine.sarif' + sarif_file: './' docker: needs: [scan]