summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan Eldem <eldemcan@users.noreply.github.com>2020-04-07 11:24:42 +0100
committerGitHub <noreply@github.com>2020-04-07 11:24:42 +0100
commit95ceaa840d93774e5f31500a0308c3b2a2b7caa6 (patch)
tree2c27f3eb83633037d6b1dff68dfc419f1eda8996 /README.md
parentcb7831527cb3d6ae10fd22d09059db51e575172c (diff)
add table for supported languages
Python, C# languages need version
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index b557c15..55d0c3b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Spandx
+# Spandx ![badge](https://github.com/mokhan/spandx/workflows/ci/badge.svg)
A ruby API for interacting with the https://spdx.org software license catalogue.
This gem includes a command line interface to scan a software project for the
@@ -7,7 +7,19 @@ software licenses that are associated with each dependency in the project.
The offline cache allows spandx to perform a truly airgap friendly scan of software
projects.
-![badge](https://github.com/mokhan/spandx/workflows/ci/badge.svg)
+### Supported project types
+
+Spandx can work with following language's package managers. It utilises lock files generated by package managers to find dependencies.
+
+| Language | Package Manager | Tested in |
+| ------------ | --------------- | -------:|
+| Ruby | bundler | 1.17.3 |
+| Js | Npm | 6.13.4 |
+| Js | Yarn | 1.19.1 |
+| Python | Pypi | <> |
+| C# | nuget | <> |
+| Java | Maven | 3.6.3 |
+
## Installation