- Bump dependencies to get latest
cyclonedx-python-lib
(87c3fe7
)
- Revert to previous process for building Docker image as PyPi index update is too slow to pull straight away after publish (
67bb738
)
- Corrected docker image build process to not rely on
dist
folder which is cleaned up by python-semantic-release (6c65c11
)
- Add static code analysis, better typing and bump cyclonedx-python-lib to 0.11 (
d5d9f56
)
- If no input file is supplied and no input is provided on STDIN, we will now try to automatically locate (in the current working directory) a manifest with default name for the input type specified. This works for PIP (Pipfile.lock), Poetry (poetry.lock) and Requirements (requirements.txt) (
93f9e59
)
- Corrected documentation after deprecation of
-rf
,-pf
,--poetry-file
,--requirements-file
and--pip-file
(4c4c8d8
)
- The following parameter flags have all been removed in favour of a single common parameter flag
-i
:- For Poetry:
-pf
,--poetry-file
- For Requirements:
-rf
,--requirements-file
- For Poetry:
- Add conda support (bump cyclonedx-python-lib to ^0.10.0) (
cb24275
)
- Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.2) (
da6772b
) - Encoding issues on Windows (bump cyclonedx-python-lib to ^0.10.1) (
fe5df36
)
- Bump to cyclonedx-python-lib to resolve issue #244 (
ebea3ef
)
- Add license information in CycloneDX BOM when using Environment as the source (
5d1f9a7
)
- Update to latest stable cyclonedx-python-lib (
6145bd5
)
- Add support for generating SBOM from poetry.lock files (
bb4ac0f
)
- Handle
requirements.txt
which contain dependencies without a version statement and warn that they cannot be included in the resulting CycloneDX BOM (e637e56
)
- Error message when
requirements.txt
file is non-existent updated (3bbc071
)
- Default to "requirements.txt" in current directory when "-r" flag is supplied but not "-rf" flag is supplied (
bb7e30a
)
- Release GH action (
148421b
)
- ci: Corrected main to master branch. (
7162cd9
)