Skip to content

Commit

Permalink
feat(attest_sbom): update v1 -> v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Oct 31, 2024
1 parent 09c04f7 commit 316f784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
||
github.ref_type == 'tag'
}}
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v1@v1.4.3
id: image-attest
with:
subject-name: ${{ inputs.DOCKER_BUILD_REGISTRY }}/${{ inputs.DOCKER_BUILD_IMAGE_NAME }}
Expand Down Expand Up @@ -770,7 +770,7 @@ jobs:
- name: Attest ${{ github.ref_name }}
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v1@v1.4.3
id: image-attest
with:
subject-name: ${{ inputs.DOCKER_PUBLISH_REGISTRY }}/${{ inputs.DOCKER_PUBLISH_IMAGE_NAME }}
Expand Down

0 comments on commit 316f784

Please sign in to comment.