From 356f9ef2752c53a78d369159b48338600561434a Mon Sep 17 00:00:00 2001 From: Pram Gurusinga Date: Wed, 24 Jan 2024 16:11:45 +0100 Subject: [PATCH] fix(cosign): disable cosign part 3 --- .github/workflows/ci-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b4912b86f..8e37587db 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -91,10 +91,10 @@ jobs: uses: github/codeql-action/upload-sarif@81b419c908d540ec4c7da9bfb4b5d941fca8f624 with: sarif_file: "trivy-results.sarif" - - name: Download cosign vulnerability scan record - uses: actions/download-artifact@v3 - with: - name: "${{ env.VULNERABILITY_SCAN_RECORD }}" + # - name: Download cosign vulnerability scan record + # uses: actions/download-artifact@v3 + # with: + # name: "${{ env.VULNERABILITY_SCAN_RECORD }}" - run: ./docker.sh --push prod # - run: ./docker.sh --attest - id: prod_image_tag