Skip to content

Commit

Permalink
feat: use SortedSet in model to improve reproducibility - this will…
Browse files Browse the repository at this point in the history
… provide predictable ordering of various items in generated CycloneDX documents - thanks to @RodneyRichardson

Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Jun 10, 2022
1 parent c43f6d8 commit 8a1c404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ repos:
entry: poetry run tox -e mypy
pass_filenames: false
language: system
- repo: local
hooks:
- id: system
name: isort
entry: poetry run isort .
pass_filenames: false
language: system
# - repo: local
# hooks:
# - id: system
# name: isort
# entry: poetry run isort
# pass_filenames: false
# language: system
- repo: local
hooks:
- id: system
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all
project dependencies.

This module is not designed for standalone use.
This module is not designed for standalone use.

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]

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

0 comments on commit 8a1c404

Please sign in to comment.