8 code results in openSUSE/obs-build or view all results on GitHub
| 515 | if chroot $BUILD_ROOT su -c "$bundle_call" - root < /dev/null; then |
| 516 | # Hook for creating SBOM data |
| … | |
| 518 | for format in $(queryconfig --dist "$BUILD_DIST" --configdir "$CONFIG_DIR" --archpath "$BUILD_ARCH" buildflags+ sbom | sort -u) ; do |
| 519 | echo "Generating $format sbom file for KIWIROOT-$imgtype" |
Showing the top three matches
Last indexed May 9, 2023
| 309 | rm -rf "$BUILD_ROOT/$TOPDIR/SOURCES/repos/UPLOAD" |
| 310 | |
| 311 | # create sbom if requested |
| 312 | for format in $(queryconfig --dist "$BUILD_DIST" --configdir "$CONFIG_DIR" --archpath "$BUILD_ARCH" buildflags+ sbom | sort -u) ; do |
| 313 | echo "Generating $format sbom file" |
Showing the top match
Last indexed May 9, 2023
| 33 | use Digest::MD5; |
| 34 | |
| 35 | use Build::Rpm; |
| 36 | use Build::SimpleJSON; |
| 37 | |
| 38 | my $tool_name = 'obs_build_generate_sbom'; |
| 39 | my $tool_version = '1.0'; |
| … | |
| 573 | die("unknown format $format\n") unless $format eq 'spdx' || $format eq 'cyclonedx'; |
| 574 | |
| 575 | die("usage: generate_sbom [--disto NAME] [--format spdx|cyclonedx] [--intoto] [--product DIRECTORY]|[--rpmmd DIRECTORY]|CONTAINER_TAR\n") unless @ARGV == 1; |
Perl
Showing the top two matches
Last indexed | 12 | - Don't setup ccache with --no-init |
| 13 | - improved loongarch64 support |
| 14 | - sbom: SPDX supplier tag added |
| 15 | - kiwi: support different versions per profile |
| … | |
| 44 | - Workaround directory->symlink usrmerge problems for cross arch sysroot |
| 45 | - multiple fixes for SBOM support |
Showing the top two matches
Last indexed May 2, 2023
| 70 | #!BuildConstraint: hardware:cpu:flag x86-64-v3 \ |
| 71 | %{nil} |
| 72 | :Macros |
| 73 | %endif |
| 74 | |
| 75 | #BuildFlags: slsaprovenance |
| 76 | |
| 77 | BuildFlags: sbom:spdx |
| 78 | BuildFlags: sbom:cyclonedx |
| 79 | |
| 80 | # switch to kiwi v8 |
| 81 | Prefer: python3-kiwi |
| 82 | Conflict: python3-kiwi:libsystemd0-mini |
Showing the top match
Last indexed May 2, 2023