diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 038e5541ef..03839ac0ad 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8875,6 +8875,12 @@ system and gives an overview of their function and contents. | |||
8875 | output (``software_packageVersion``). The default value for this variable | 8875 | output (``software_packageVersion``). The default value for this variable |
8876 | is :term:`PV`. | 8876 | is :term:`PV`. |
8877 | 8877 | ||
8878 | :term:`SPDX_PACKAGE_URL` | ||
8879 | Provides a place for the SPDX data creator to record the package URL | ||
8880 | string (``software_packageUrl``, in accordance with the Package URL | ||
8881 | specification) for a software Package. The default value of this variable | ||
8882 | is an empty string. | ||
8883 | |||
8878 | :term:`SPDX_PRETTY` | 8884 | :term:`SPDX_PRETTY` |
8879 | This option makes the SPDX output more human-readable, using | 8885 | This option makes the SPDX output more human-readable, using |
8880 | identation and newlines, instead of the default output in a | 8886 | identation and newlines, instead of the default output in a |