Skip to content

Commit

Permalink
update(action): cosign to latest 2.2.3
Browse files Browse the repository at this point in the history
* trivy -action to 0.16.1
* cosign installer to 3.4.0
  • Loading branch information
ybelMekk committed Feb 1, 2024
1 parent 603c79b commit 544c03d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ runs:
fi
shell: 'bash'
- name: 'Install cosign'
uses: 'sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149' # ratchet:sigstore/cosign-installer@v3.1.2
uses: 'sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4' # ratchet:sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v2.2.2'
cosign-release: 'v2.2.3'
- name: 'Generate SBOM'
if: inputs.sbom == 'auto-generate-for-me-please.json'
uses: 'aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601' # ratchet:aquasecurity/[email protected].0
uses: 'aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca' # ratchet:aquasecurity/[email protected].1
with:
scan-type: 'image'
format: 'cyclonedx'
Expand Down

0 comments on commit 544c03d

Please sign in to comment.