We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e867c commit b13b054Copy full SHA for b13b054
scripts/release/atomic_pipeline.py
@@ -390,7 +390,7 @@ def build_image_generic(
390
dockerfile_path=dockerfile_path,
391
build_configuration=build_configuration,
392
dockerfile_args=build_args,
393
- with_sbom=False,
+ with_sbom=False, # TODO: specify no SBOM, write folllow up tasks and todo
394
)
395
396
if build_configuration.sign:
@@ -614,7 +614,6 @@ def build_agent_default_case(build_configuration: BuildConfiguration):
614
executor,
615
build_configuration.version,
616
tasks_queue,
617
- build_configuration.scenario == BuildScenario.RELEASE,
618
619
620
queue_exception_handling(tasks_queue)
0 commit comments