Commit 78150afc authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'fix-lc-example-docs' into 'master'

License Compliance: Do not override entry point in example

See merge request gitlab-org/gitlab!29804
parents 755601ec 0b324ddc
...@@ -354,8 +354,9 @@ For example, this assumes a local Docker registry repository of `localhost:5000/ ...@@ -354,8 +354,9 @@ For example, this assumes a local Docker registry repository of `localhost:5000/
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