We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b2a30 commit 2319272Copy full SHA for 2319272
.github/workflows/publish_container.yaml
@@ -60,11 +60,6 @@ jobs:
60
with:
61
path: ./
62
output-file: sbom-image-latest.json
63
- - name: Upload sbom-image-latest.json to GitHub
64
- uses: actions/upload-artifact@v2
65
- with:
66
- name: sbom-image-latest.json
67
- path: sbom-image-latest.json
68
- name: Attest image
69
uses: github-early-access/generate-build-provenance@eugene/support-upload-sbom
70
@@ -85,4 +80,5 @@ jobs:
85
80
Verify the contents of the image:
86
81
```
87
82
gh attestation verify oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-push-latest.outputs.digest }} --owner ${{ github.actor }}
88
- ```
83
+ ```
84
+ Action: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments