Skip to content

Commit

Permalink
RISDEV-5882 Fix vulnerability file name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-deazevedo committed Dec 19, 2024
1 parent 697f4f3 commit 6fff700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Download cosign vulnerability scan record
uses: actions/download-artifact@v4
with:
name: "vuln.json"
name: "vuln-frontend.json"
- name: Attest vulnerability scan
run: cosign attest --yes --replace --predicate vuln.json --type vuln ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}/frontend:${{ env.CONTAINER_IMAGE_VERSION }}
- id: set-version
Expand Down

0 comments on commit 6fff700

Please sign in to comment.