diff options
| author | Daniel Widerin <daniel@widerin.net> | 2018-09-01 17:54:56 +0200 |
|---|---|---|
| committer | Daniel Widerin <daniel@widerin.net> | 2018-09-30 14:37:48 +0200 |
| commit | 5fbcf066e63ac2d8df775054423b596549891e1c (patch) | |
| tree | f00af23206c9ed0df7d81953c1e11c636dae7fe8 /README.md | |
| parent | 630a463f0f99c08d3395d9016185c23523ed1842 (diff) | |
use SETUP_CMD to skip auto-detection
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -56,6 +56,17 @@ The following table shows which languages and package managers are supported. | Python | [pip](https://pip.pypa.io/en/stable/) | | Ruby | [gem](https://rubygems.org/) | +Inject `SETUP_CMD` to the docker command to override the given package managers +and run your custom command to setup your environment with a custom package manager. + + ```sh + docker run \ + --volume "$PWD":/code \ + --env "SETUP_CMD=./my-custom-install-script.sh" \ + --rm \ + registry.gitlab.com/gitlab-org/security-products/license-management:latest analyze /code + ``` + ## Versioning and release process |
