summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-29 14:53:12 +0000
committermo khan <mo.khan@gmail.com>2019-10-29 14:53:12 +0000
commit13fd9dab34909eaf228534e0fd399b845c5e614a (patch)
treeb5817b75393d04330f57322ae1908b07cd19ba78 /README.md
parented6d15ee8d8167f94b7ca03f26526c7ab29aab02 (diff)
parent8433790bbd3cabeb5424b8390cb1d6679c7fb8ef (diff)
Merge branch '13748-cli-options' into 'master'v1.8.0
Add LICENSE_FINDER_CLI_OPTS variable See merge request gitlab-org/security-products/license-management!77
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6694fb7..583125f 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ docker run --rm --volume "/path/to/my/project":/code license-management analyze
You can run integration tests on the image like this:
```sh
-./bin/test_all
+./bin/test-all
```
where:
@@ -90,6 +90,7 @@ The License Management tool can be customized with environments variables for so
| Environment variable | Project type | Function |
|----------------------|--------------|----------|
| MAVEN_CLI_OPTS | Java (Maven) | Additional arguments for the mvn executable. If not supplied, defaults to `-DskipTests`. |
+| LICENSE_FINDER_CLI_OPTS | * | Additional arguments for the `license_finder` executable. |
| 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. |