From f308d80104540d9adc83676595e6a0f0c7d17cc0 Mon Sep 17 00:00:00 2001 From: K1li4nL Date: Thu, 24 Apr 2025 17:10:52 +0200 Subject: [PATCH] Fix: Clone dependencies via https --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e74f364..5fbb1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = 'cryptobom-forge' description = 'Generate a cryptographic bill of materials from CodeQL output!' dependencies = [ 'click >= 8.0.0', - 'cyclonedx-python-lib @ git+ssh://git@github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib', + 'cyclonedx-python-lib @ git+https://github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib', 'jsonschema >= 2.0.0', 'pyyaml >= 3.10', 'requests >= 2.3.0' diff --git a/requirements.txt b/requirements.txt index a4767ae..ec07dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click~=8.1.7 -cyclonedx-python-lib @ git+https://git@github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib +cyclonedx-python-lib @ git+https://github.com/pre-quantum-research/cyclonedx-python-lib.git@cbom#egg=cyclonedx-python-lib defusedxml==0.7.1 gitchangelog==3.0.4 idna==3.7