Skip to content

Commit

Permalink
chore(ci): add missing .json to image-ref in trivy-scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Mar 25, 2024
1 parent 2ed6e22 commit bbfa3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Convert trivy results to cosign-vuln
uses: aquasecurity/[email protected]
with:
image-ref: ${{ inputs.image-ref }}
image-ref: ${{ inputs.image-ref }}.json
scan-type: "convert"
format: "cosign-vuln"
# skip --vuln-type arg
Expand Down

0 comments on commit bbfa3c0

Please sign in to comment.