Skip to content

Commit 689f5d1

Browse files
committed
Initial sbom support
1 parent f57d99f commit 689f5d1

File tree

5 files changed

+453
-1924
lines changed

5 files changed

+453
-1924
lines changed

relenv/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from argparse import ArgumentParser
1111
from types import ModuleType
1212

13-
from . import build, buildenv, check, create, fetch, pyversions, toolchain
13+
from . import build, buildenv, check, create, fetch, pyversions, sbom, toolchain
1414
from .common import __version__
1515

1616

@@ -41,6 +41,7 @@ def setup_cli() -> ArgumentParser:
4141
check,
4242
buildenv,
4343
pyversions,
44+
sbom,
4445
]
4546
for mod in modules_to_setup:
4647
mod.setup_parser(subparsers)

0 commit comments

Comments
 (0)