summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-16 16:13:57 +0000
committermo khan <mo.khan@gmail.com>2020-06-16 16:13:57 +0000
commit64a83b700f63af76c5915b10dccb8745ebc4fed5 (patch)
treec59a166c2d9a379784de5d36c9495007d8c55fd3 /README.md
parent478bd8cbc5142609088f06573245d86cec8391e3 (diff)
parent390c7d9f5b10dc6dbd956b98ade01b9774e2e35e (diff)
Merge branch 'update-report-name' into 'master'v3.12.0
Update default name of the generated report See merge request gitlab-org/security-products/license-management!167
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 908933a..efe41b9 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ The License Management tool can be customized with environments variables for so
| LM_JAVA_VERSION | Java (Maven) | Version of Java. If set to `11`, Maven and Gradle use Java 11 instead of Java 8. |
| LM_PYTHON_VERSION | Python | Version of Python. If set to `3`, dependencies are installed using Python 3 instead of Python 2.7. |
| LOG_LEVEL | * | Control the verbosity of the logs. (`debug`, `info`, `warn` (default), `error`, `fatal`) |
+| LM_REPORT_FILE | * | Name of the generated report. If not supplied, defaults to `gl-license-scanning-report.json` |
Inject the required environment variables to the docker command using the [`--env` option flag](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file)