summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-19 14:46:34 -0600
committermo khan <mo.khan@gmail.com>2020-05-19 14:46:34 -0600
commit69e3a73c81f9dc7c738339d14ed4e7d70579f032 (patch)
tree13d83f7947de188b7f953928a193eb06eac16127
parentd3d899dadde7f0353f4b93a25c40f7b3bec31e8b (diff)
Update README documentation
-rw-r--r--README.md33
1 files changed, 23 insertions, 10 deletions
diff --git a/README.md b/README.md
index 72e6473..d417cdc 100644
--- a/README.md
+++ b/README.md
@@ -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