attestation with subejct-path

This commit is contained in:
Krishna Manchikalapudi 2025-10-07 10:00:24 -07:00
parent 5b7f82f97e
commit eb2af168f5

View file

@ -231,11 +231,14 @@ jobs:
jf rt bdc ${{env.RT_REPO_DOCKER_VIRTUAL}} --image-file ${{env.DOCKER_METADATA_JSON}} --build-name=${{env.BUILD_NAME}} --build-number=${{env.BUILD_ID}}
- name: "Evidence: GitHub Attestation"
uses: actions/attest-build-provenance@v3
- name: "Evidence: GitHub Attestation"
uses: actions/attest-build-provenance@v3 # https://github.com/marketplace/actions/attest-build-provenance
with:
subject-name: "oci://${{env.RT_REPO_DOCKER_URL}}"
subject-digest: "${{env.DOCKER_IMAGE_DIGEST}}" # "${{steps.config-docker.outputs.digest}}"
subject-digest: "${{env.DOCKER_IMAGE_DIGEST}}"
subject-path: "${{env.RT_REPO_DOCKER_URL}}"
show-summary: true
github-token: ${{secrets.GITHUB_TOKEN}}
- name: "BuildInfo: Build Publish"