Skip to content

Commit

Permalink
fix(schedule-trivy): yes and force args for cosign attest (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored May 18, 2023
1 parent 1395281 commit 757e754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
output: 'vuln.json'

- name: Attach a security attestation to the signed image
run: cosign attest --type vuln --predicate vuln.json ${{ inputs.image-ref }}
run: cosign attest --yes --force --type vuln --predicate vuln.json ${{ inputs.image-ref }}

0 comments on commit 757e754

Please sign in to comment.