We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90887d commit d3e668aCopy full SHA for d3e668a
.github/workflows/phase_3_yocto.yml
@@ -52,6 +52,10 @@ jobs:
52
- name: Download all workflow run artifacts
53
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
54
55
+ - name: Save Augmented SBOMs
56
+ run: |
57
+ cp generated-yocto-sbom-spdx/core-image-minimal-qemux86-64.rootfs.spdx.json /tmp/augmented_yocto-sbom.spdx.json
58
+
59
- name: Upload Augmented SPDX SBOM
60
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
61
with:
@@ -70,7 +74,7 @@ jobs:
70
74
71
75
- name: Save Final SBOMs
72
76
run: |
73
- cp /tmp/augmented_yocto-sbom.spdx.json /tmp/final_yocto-sbom.spdx.json
77
+ cp augmented-yocto-sbom-spdx/augmented_yocto-sbom.spdx.json /tmp/final_yocto-sbom.spdx.json
78
79
- name: Upload Final SPDX SBOM
80
0 commit comments