Skip to content

Commit b13b054

Browse files
committed
Add TODO
1 parent 74e867c commit b13b054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release/atomic_pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def build_image_generic(
390390
dockerfile_path=dockerfile_path,
391391
build_configuration=build_configuration,
392392
dockerfile_args=build_args,
393-
with_sbom=False,
393+
with_sbom=False, # TODO: specify no SBOM, write folllow up tasks and todo
394394
)
395395

396396
if build_configuration.sign:
@@ -614,7 +614,6 @@ def build_agent_default_case(build_configuration: BuildConfiguration):
614614
executor,
615615
build_configuration.version,
616616
tasks_queue,
617-
build_configuration.scenario == BuildScenario.RELEASE,
618617
)
619618

620619
queue_exception_handling(tasks_queue)

0 commit comments

Comments
 (0)