Skip to content

Commit 6477a3f

Browse files
authored
docs: basic support for CycloneDX 1.7 (#984)
add docs and tests for CycloneDX 1.7 - introduced by dependency `cyclonedx-python-lib==11.4.0` --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 379b4cd commit 6477a3f

File tree

229 files changed

+158062
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+158062
-4
lines changed

docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The full documentation can be issued by running with ``environment --help``:
8181
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
8282
--sv <version>, --spec-version <version>
8383
Which version of CycloneDX to use.
84-
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
84+
{choices: 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
8585
(default: 1.6)
8686
--output-reproducible
8787
Whether to go the extra mile and make the output reproducible.
@@ -252,7 +252,7 @@ The full documentation can be issued by running with ``pipenv --help``:
252252
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
253253
--sv <version>, --spec-version <version>
254254
Which version of CycloneDX to use.
255-
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
255+
{choices: 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
256256
(default: 1.6)
257257
--output-reproducible
258258
Whether to go the extra mile and make the output reproducible.
@@ -327,7 +327,7 @@ The full documentation can be issued by running with ``poetry --help``:
327327
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
328328
--sv <version>, --spec-version <version>
329329
Which version of CycloneDX to use.
330-
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
330+
{choices: 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
331331
(default: 1.6)
332332
--output-reproducible
333333
Whether to go the extra mile and make the output reproducible.
@@ -398,7 +398,7 @@ The full documentation can be issued by running with ``requirements --help``:
398398
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
399399
--sv <version>, --spec-version <version>
400400
Which version of CycloneDX to use.
401-
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
401+
{choices: 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
402402
(default: 1.6)
403403
--output-reproducible
404404
Whether to go the extra mile and make the output reproducible.

tests/_data/snapshots/environment/plain_editable-self_1.7.json.bin

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_data/snapshots/environment/plain_editable-self_1.7.xml.bin

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)