Skip to content

Commit

Permalink
Bump sbom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iainlane committed May 13, 2024
1 parent 3753129 commit d51a70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/sbom-provenence-attestation-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
steps:
# https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds
- name: Attest build provenance
uses: actions/attest-build-provenance@f8d5ea8082b0d9f5ab855907be308fbd7eefb155 # v1.1.0
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
push-to-registry: ${{ inputs.push }}
subject-digest: ${{ inputs.digest }}
Expand All @@ -41,7 +41,7 @@ runs:
output-file: sbom.cyclonedx.json

- name: Attest SBOM
uses: actions/attest-sbom@7d87da1e33596bc5503e50993d8f68c7a9bdfb4d # v1.1.0
uses: actions/attest-sbom@c29e4e92259a5ed4629496ec6a5724e444389a1f # v1.1.1
with:
push-to-registry: ${{ inputs.push }}
sbom-path: sbom.cyclonedx.json
Expand Down

0 comments on commit d51a70c

Please sign in to comment.