Skip to content

Commit 708c843

Browse files
authored
Merge pull request #1421 from ashwindasr/konflux-fix-sbom-type-param
[konflux] update prefetch-dependencies sbom-type param
2 parents 0db62f1 + 2595eec commit 708c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doozer/doozerlib/backend/konflux_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def _modify_param(params: List, name: str, value: Union[str, bool, list[str]]):
383383
task["timeout"] = "12h"
384384
_modify_param(task["params"], "SBOM_TYPE", "cyclonedx")
385385
case "prefetch-dependencies":
386-
_modify_param(task["params"], "SBOM_TYPE", "cyclonedx")
386+
_modify_param(task["params"], "sbom-type", "cyclonedx")
387387
case "apply-tags":
388388
_modify_param(task["params"], "ADDITIONAL_TAGS", list(additional_tags))
389389
case "clone-repository":

0 commit comments

Comments
 (0)