diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 23 insertions, 10 deletions
@@ -76,13 +76,13 @@ The following table shows which languages and package managers are supported. | Language | Package managers | |------------|-------------------------------------------------------------------| -| JavaScript | [Bower](https://bower.io/), [npm](https://www.npmjs.com/) | -| Go | [Godep](https://github.com/tools/godep), go get | -| Java | [Gradle](https://gradle.org/), [Maven](https://maven.apache.org/) | -| .NET | [Nuget](https://www.nuget.org/) | -| Python | [pip](https://pip.pypa.io/en/stable/) | -| Ruby | [gem](https://rubygems.org/) | -| PHP | [composer](https://getcomposer.org) | +| .NET | [.NET Core CLI][dotnet_core], [Nuget][nuget] | +| Go | [Go modules][gomod], [Godep][godep], go get | +| Java | [Gradle][gradle], [Maven][maven] | +| JavaScript | [npm][npm], [yarn][yarn], [Bower][bower] | +| PHP | [composer][composer] | +| Python | [pip][pip], [pipenv][pipenv] | +| Ruby | [Bundler][bundler] | 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. @@ -150,8 +150,21 @@ If you want to help, read the [contribution guidelines](CONTRIBUTING.md). If an unknown license is detected, please consider updating the mapping defined in [normalized-licenses.yml](https://gitlab.com/gitlab-org/security-products/license-management/blob/master/normalized-licenses.yml). A mapping can be for a detected name or url and must correspond to an SDPX identifier found in [spdx-licenses.json](https://gitlab.com/gitlab-org/security-products/license-management/blob/master/spdx-licenses.json). -[license_finder]: https://rubygems.org/gems/license_finder +[bower]: https://bower.io/ [changelog]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/CHANGELOG.md -[version_rb]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/lib/license/management/version.rb -[gemspec]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/license-management.gemspec [gemfile_lock]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/Gemfile.lock +[gemspec]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/license-management.gemspec +[license_finder]: https://rubygems.org/gems/license_finder +[npm]: https://www.npmjs.com/ +[version_rb]: https://gitlab.com/gitlab-org/security-products/license-management/-/blob/master/lib/license/management/version.rb +[yarn]: https://yarnpkg.com/ +[gomod]: https://github.com/golang/go/wiki/Modules +[godep]: https://github.com/tools/godep +[gradle]: https://gradle.org/ +[maven]: https://maven.apache.org/ +[nuget]: https://www.nuget.org/ +[dotnet_core]: https://docs.microsoft.com/en-us/dotnet/core/tools/ +[pip]: https://pip.pypa.io/en/stable/ +[pipenv]: https://github.com/pypa/pipenv +[bundler]: https://bundler.io/ +[composer]: https://getcomposer.org |
