curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
syft {project_directory} -o cyclonedx-json > sbom.json
kdt sbom import -f {results_file.json} -p {project_name} -b {branch_name}