summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mkhan@gitlab.com>2019-09-12 15:55:59 +0000
committermo khan <mkhan@gitlab.com>2019-09-12 15:55:59 +0000
commitfa7a0dd6496b119b6f143ef8deba177b16f53d1c (patch)
treef3f0738459d180a9ffa91c84c214ac75230774ff /README.md
parent8865a0bc643fdf4d3b679aff84e4f83ba2617936 (diff)
parentcaa6ce0445aec8618924b41f7700173722e37d85 (diff)
Merge branch '13083-ruby-shim' into 'master'
Insert a shim to start generating v1 reports using the license finder Ruby API See merge request gitlab-org/security-products/license-management!55
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62daeaa..e23b216 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ docker run --rm --volume "/path/to/my/project":/code license-management analyze
You can run integration tests on the image like this:
```sh
-docker run --rm license-management /test/test.sh project_name git_ref
+./bin/test_all
```
where: