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 2319272 commit 279a84cCopy full SHA for 279a84c
.github/workflows/publish_container.yaml
@@ -60,6 +60,11 @@ 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
0 commit comments