Skip to content

Commit

Permalink
fix(cosign): disable cosign part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed Jan 24, 2024
1 parent 9c7827b commit 356f9ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 356f9ef

Please sign in to comment.