We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7479aff + 72d1dce commit 68b316eCopy full SHA for 68b316e
dev-tools/scripts/install_dev_tools.py
@@ -354,7 +354,7 @@ def _install_syft_generic(self):
354
"""Install syft using their install script."""
355
return self._run_command(
356
"curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin",
357
- shell=True
+ shell=True,
358
)
359
360
def _install_uv_generic(self):
pyproject.toml
@@ -286,7 +286,7 @@ namespace_packages = true
286
287
[tool.semantic_release]
288
version_variables = [".project.yml:project.version"]
289
-build_command = "./dev-tools/release/orchestrator.sh"
+build_command = "make build"
290
major_on_zero = true
291
allow_zero_version = true
292
tag_format = "v{version}"
0 commit comments