Festo-se / cyclonedx-editor-validator

Tool for creating, modifying and validating CycloneDX SBOMs.
https://festo-se.github.io/cyclonedx-editor-validator/
GNU General Public License v3.0
18 stars 4 forks source link

feat: adjust set command to support version ranges #146

Closed CBeck-96 closed 2 months ago

CBeck-96 commented 5 months ago

Expand set to allow the processing for version ranges.

github-actions[bot] commented 5 months ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
__main__.py3232093%217–218, 235, 245, 664–665, 669–674, 676, 679, 689–692, 696, 861
set.py1973781%56–59, 78–86, 88–89, 91–94, 105, 196–197, 200, 202, 205, 209, 213–217, 236, 264, 273, 304, 307, 334
TOTAL16779194% 

Tests Skipped Failures Errors Time
295 2 :zzz: 0 :x: 0 :fire: 4.922s :stopwatch:
mmarseu commented 2 months ago

Is it intentional, that a version range cannot be set via the command-line, only using the --from-file option?

CBeck-96 commented 2 months ago

Is it intentional, that a version range cannot be set via the command-line, only using the --from-file option?

It was not...