Skip to content

Commit

Permalink
ch sbom profile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Dec 18, 2024
1 parent fb9df46 commit 996a39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1-acbd1126
0.1-fb9df462
2 changes: 1 addition & 1 deletion embark/uploader/boundedexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/quick-sbom.emba"
scan_profile = "./scan-profiles/default-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}"
Expand Down

0 comments on commit 996a39d

Please sign in to comment.