Skip to content

Commit

Permalink
test(deps): disable the trivy-cache
Browse files Browse the repository at this point in the history
to test that the repositories used are correct :)
  • Loading branch information
eliflores committed Oct 9, 2024
1 parent b41550a commit f51ef24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
image-ref: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}:${{ env.CONTAINER_IMAGE_VERSION }}
format: "sarif"
output: "trivy-results.sarif"
cache: "false"
# Uploading sarif files only works for public repos, in case you have a private repo, please remove the lines below
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand All @@ -101,6 +102,7 @@ jobs:
image-ref: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}:${{ env.CONTAINER_IMAGE_VERSION }}
format: "cosign-vuln"
output: "vuln.json"
cache: "false"
- name: Upload cosign vulnerability scan record
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f51ef24

Please sign in to comment.