File: generate.rst

package info (click to toggle)
debsbom 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,248 kB
  • sloc: python: 5,965; makefile: 31
file content (17 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
``generate`` command
====================

The command creates comprehensive SBOMs that include all installed software packages and their dependencies
(binary, source package and `built-using <https://www.debian.org/doc/debian-policy/ch-relationships.html#s-built-using>`_).
These SBOM outputs are designed to serve as reliable input for vulnerability management systems and license compliance checks.

.. note::
    This command can be executed in an air-gapped environment.

.. automodule:: debsbom.commands.generate.GenerateCmd

.. argparse::
    :module: debsbom.cli
    :func: setup_parser
    :prog: debsbom
    :path: generate