Skip to content

Commit

Permalink
fix(cosign): remove upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pgurusinga committed Jan 25, 2024
1 parent ca854b8 commit 5cd33c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ jobs:
image-ref: "${{ env.REGISTRY }}/${{ github.repository }}"
format: "cosign-vuln"
output: "vulnerabilities.json"
- name: Upload cosign vulnerability scan record
uses: actions/upload-artifact@v4
with:
name: vulnerabilities-file
path: vulnerabilities.json
compression-level: 0 # no compression
if-no-files-found: error
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
with:
Expand Down

0 comments on commit 5cd33c8

Please sign in to comment.