Skip to content

Commit 2620d29

Browse files
committed
add pretty flag to sbom generation
1 parent 45ca68e commit 2620d29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/phase_3_yocto.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
echo "INHERIT += \"rm_work\"" >> conf/local.conf
3737
echo "BB_HASHSERVE = \"auto\"" >> conf/site.conf
3838
echo "BB_HASHSERVE_UPSTREAM = \"wss://hashserv.yoctoproject.org/ws\"" >> conf/site.conf
39+
echo "SPDX_PRETTY = "\1\"" >> conf/local.conf
3940
echo -e "SSTATE_MIRRORS = \" \\ \nfile://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH \\\n \\ \nfile://.* http://sstate.yoctoproject.org/dev/PATH;downloadfilename=PATH \\\n \\ \n\"" >> conf/site.conf
4041
bitbake core-image-minimal
4142
@@ -48,7 +49,7 @@ jobs:
4849
- name: Upload Generated SPDX SBOM
4950
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5051
with:
51-
name: generated-kubectl-sbom-spdx
52+
name: generated-yocto-sbom-spdx
5253
path: "poky/build/tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.rootfs.spdx.json"
5354
# Augment:
5455
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)