You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the tool that supports the analysis of dependencies for multiple package managers. It detects the manifest file of package managers automatically and analyzes the dependencies with using open source tools. Then, it generates the report file that contains OSS information of dependencies.
12
13
13
-
Currently, it supports the following package managers.
We describe the user guide in the [**FOSSLight Guide page**](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html).
18
+
In this user guide, you can see how to install the FOSSLight Dependency Scanner and how to set up the prerequisite step and run it according to the package manager of your project. Also, you can check the results of the FOSSLight Dependency Scanner.
19
+
24
20
25
21
## π§ How to analyze the dependencies
26
22
@@ -38,16 +34,27 @@ Each package manager uses the results of the following software:
38
34
Because we utilizes the different open source software to analyze the dependencies of each package manager, you need to set up the **Prerequisite** steps in [User guide](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html#-prerequisite) according to package manager to analyze.
39
35
40
36
41
-
## π User Guide
37
+
### π How it works without Internet
38
+
| Package manager | Can it work without Internet? |
|[Gradle](https://gradle.org/) (Java) | Yes, if the following conditions are met. <br /> - installed the plugin([com.github.hierynomus.license '0.16.1'](https://plugins.gradle.org/plugin/com.github.hierynomus.license/0.16.1)) <br /> - installed the packages of the project |
41
+
|[Maven](http://maven.apache.org/) (Java) | Yes, if the following conditions are met. <br /> - installed the plugin([org.codehaus.mojo:license-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/license-maven-plugin/2.0.0/)) <br /> - installed the packages of the project |
42
+
|[NPM](https://www.npmjs.com/) (Node.js) | Yes, if the following conditions are met. <br /> - installed the plugin([license-checker](https://www.npmjs.com/package/license-checker)) <br /> - installed the packages of the project (in other words, generated the node_modules directory) |
43
+
|[PIP](https://pip.pypa.io/) (Python) | No, it can't. |
44
+
|[Android(gradle)](https://gradle.org/) (Android application) | Yes, if the following conditions are met. <br /> - installed the plugin([android-dependency-scanning](https://search.maven.org/artifact/org.fosslight/android-dependency-scanning/1.0.0/jar)) <br /> - installed the packages of the project |
45
+
|[Pub](https://pub.dev/) (Dart with flutter) | Yes, if the following conditions are met. <br /> - installed the plugin([flutter_oss_licenses](https://pub.dev/packages/flutter_oss_licenses)) <br /> - installed the packages of the project |
46
+
|[Cocoapods](https://cocoapods.org/) (Swift/Obj-C) | Yes, if the following conditions are met. <br /> - installed the packages of the project <br /> - enable to run the command (pod spec which --regex {package name} ) |
47
+
|[Swift](https://swift.org/package-manager/) (Swift) | No, it can't. |
48
+
|[Carthage](https://github.com/Carthage/Carthage) (Swift/Obj-C) | Yes, if the following conditions are met. <br /> - installed the packages of the project (in other words, downloadeded the sources in 'Carthgae/Checkouts' directory). |
49
+
|[Go](https://pkg.go.dev/) (Go) | No, it can't. |
42
50
43
-
We describe the user guide in the FOSSLight guide page.
44
-
Please see the [**User Guide**](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html) for more information on how to install and run it.
45
51
46
52
## π Contributing Guide
47
53
48
54
We always welcome your contributions.
49
55
Please see the [CONTRIBUTING guide](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/CONTRIBUTING.md) for how to contribute.
0 commit comments