From acbd1126939d4d8a9adeea48477e7b3c9e516461 Mon Sep 17 00:00:00 2001 From: BenediktMKuehne Date: Wed, 18 Dec 2024 11:20:10 +0000 Subject: [PATCH] adjust sbom profile --- VERSION.txt | 2 +- embark/uploader/boundedexecutor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 899290b7..73b8a822 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1-fb37e3fb \ No newline at end of file +0.1-e4a83e66 \ No newline at end of file diff --git a/embark/uploader/boundedexecutor.py b/embark/uploader/boundedexecutor.py index 37a8328f..c8d58bc0 100644 --- a/embark/uploader/boundedexecutor.py +++ b/embark/uploader/boundedexecutor.py @@ -232,7 +232,7 @@ def submit_firmware(cls, firmware_flags, firmware_file): firmware_flags.save(update_fields=["status", "path_to_logs"]) if firmware_flags.sbom_only_test is True: - scan_profile = "./scan-profiles/sbom-default.emba" + scan_profile = "./scan-profiles/quick-sbom.emba" else: scan_profile = "./scan-profiles/default-scan-no-notify.emba" emba_cmd = f"{EMBA_SCRIPT_LOCATION} -p {scan_profile} -f {image_file_location} -l {emba_log_location} {emba_flags}"