Skip to content

Commit 8a1c404

Browse files
committed
feat: use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson
Signed-off-by: Paul Horton <[email protected]>
1 parent c43f6d8 commit 8a1c404

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ repos:
77
entry: poetry run tox -e mypy
88
pass_filenames: false
99
language: system
10-
- repo: local
11-
hooks:
12-
- id: system
13-
name: isort
14-
entry: poetry run isort .
15-
pass_filenames: false
16-
language: system
10+
# - repo: local
11+
# hooks:
12+
# - id: system
13+
# name: isort
14+
# entry: poetry run isort
15+
# pass_filenames: false
16+
# language: system
1717
- repo: local
1818
hooks:
1919
- id: system

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all
1616
project dependencies.
1717

18-
This module is not designed for standalone use.
18+
This module is not designed for standalone use.
19+
1920
If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout: [CycloneDX Python][cyclonedx-python]
2021

2122
Additionally, the following tool can be used as well (and this library was written to help improve it) [Jake][jake].

0 commit comments

Comments
 (0)