summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-16 14:29:06 -0600
committermo khan <mo.khan@gmail.com>2019-10-16 14:35:51 -0600
commit5ebe332602d7925bea2a323b54df7bef7f9facfa (patch)
tree87007917f538d88872709082c182f5431f81fef4
parent7fe9eede20f1f7bd8b82b759df3e198acb563ba9 (diff)
Update documentation on environment variables
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8712ad5..2a21fe1 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,9 @@ The License Management tool can be customized with environments variables for so
| MAVEN_CLI_OPTS | Java (Maven) | Additional arguments for the mvn executable. If not supplied, defaults to `-DskipTests`. |
| 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. |
+| FEATURE_RUBY_REPORT | * | Feature toggle to control how reports are produced. This must be enabled to generate version `1.1`+ reports. (temporary) |
+| LM_REPORT_VERSION | * | Version of the report schema to generate (`1.0`, `1.1`, `2.0`). (experimental) |
+| LM_V1_CANONICALIZE | * | Use canonicalized license names sourced from `normalized-licenses.yml`. (experimental)|
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)