Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
api
|
|
|
Package image implements the unpacker that extracts dependency data from container images.
|
Package image implements the unpacker that extracts dependency data from container images. |
|
internal
|
|
|
Package license provides SPDX license identifier normalization.
|
Package license provides SPDX license identifier normalization. |
|
Package release implements the unpacker that decomposes software releases.
|
Package release implements the unpacker that decomposes software releases. |
|
Package requirements collects a few implementations of the v1.Requirement interface.
|
Package requirements collects a few implementations of the v1.Requirement interface. |
|
Package sbom implements the unpacker that reads dependency data from a software bill of materials.
|
Package sbom implements the unpacker that reads dependency data from a software bill of materials. |
|
source
|
|
|
composer
Package composer implements dependency extraction for PHP codebases managed by Composer.
|
Package composer implements dependency extraction for PHP codebases managed by Composer. |
|
python
Package python implements dependency extraction for Python codebases.
|
Package python implements dependency extraction for Python codebases. |
|
ruby
Package ruby implements dependency extraction for Ruby codebases managed by Bundler.
|
Package ruby implements dependency extraction for Ruby codebases managed by Bundler. |
|
Package system implements the unpacker that reads installed-package data from a "system" — the local machine, a container image, a VM image, etc.
|
Package system implements the unpacker that reads installed-package data from a "system" — the local machine, a container image, a VM image, etc. |
|
apk
Package apk implements a SystemDecomposer that reads the installed-package database used by apk-based distributions (Alpine, Wolfi, ...).
|
Package apk implements a SystemDecomposer that reads the installed-package database used by apk-based distributions (Alpine, Wolfi, ...). |
|
composer
Package composer implements a SystemDecomposer that reads the Composer packages installed on a filesystem: the installed.json each vendor directory carries, wherever it lives.
|
Package composer implements a SystemDecomposer that reads the Composer packages installed on a filesystem: the installed.json each vendor directory carries, wherever it lives. |
|
deb
Package deb implements a SystemDecomposer that reads the installed-package database used by dpkg-based distributions (Debian, Ubuntu, ...) and by distroless images, which ship the same database split into per-package files.
|
Package deb implements a SystemDecomposer that reads the installed-package database used by dpkg-based distributions (Debian, Ubuntu, ...) and by distroless images, which ship the same database split into per-package files. |
|
internal/osrelease
Package osrelease reads the systemd os-release file from a system filesystem.
|
Package osrelease reads the systemd os-release file from a system filesystem. |
|
python
Package python implements a SystemDecomposer that reads the Python distributions installed on a filesystem: the *.dist-info directories in its site-packages, wherever they live — system interpreters, virtualenvs, pip --target trees.
|
Package python implements a SystemDecomposer that reads the Python distributions installed on a filesystem: the *.dist-info directories in its site-packages, wherever they live — system interpreters, virtualenvs, pip --target trees. |
|
rpm
Package rpm implements a SystemDecomposer that reads the installed-package database used by RPM-based distributions (RHEL, Fedora, openSUSE, ...).
|
Package rpm implements a SystemDecomposer that reads the installed-package database used by RPM-based distributions (RHEL, Fedora, openSUSE, ...). |
Click to show internal directories.
Click to hide internal directories.