Commit 0b324ddc authored by mo khan's avatar mo khan

Do not override entrypoint

parent 1d478913
...@@ -352,10 +352,11 @@ For example, this assumes a local Docker registry repository of `localhost:5000/ ...@@ -352,10 +352,11 @@ For example, this assumes a local Docker registry repository of `localhost:5000/
```yaml ```yaml
include: include:
- template: License-Scanning.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml
license_scanning: license_scanning:
image: localhost:5000/analyzers/license-management:latest image:
name: localhost:5000/analyzers/license-management:latest
``` ```
The License Compliance job should now use local copies of the License Compliance analyzers to scan The License Compliance job should now use local copies of the License Compliance analyzers to scan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment