mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 13:21:11 +00:00
attestation with subejct-path
This commit is contained in:
parent
5b7f82f97e
commit
eb2af168f5
1 changed files with 6 additions and 3 deletions
9
.github/workflows/jf-cli.yml
vendored
9
.github/workflows/jf-cli.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue