Skip to content

Commit 512a73b

Browse files
committed
update scanner
1 parent 3396ade commit 512a73b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scanner/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ FOSSLight Scanner can perform an analysis for open source compliance at once. It
6767

6868
FOSSLight Scanner Projects **inherit** other open source projects.
6969

70+
- FOSSLight Prechecker can check reuse compliance by using the **[reuse-tool](https://github.com/fsfe/reuse-tool)**.
7071
- FOSSLight Source Scanner can scan using the **[scancode-toolkit](https://github.com/nexB/scancode-toolkit)** and **[scanoss.py](https://github.com/scanoss/scanoss.py)**.
7172
- FOSSLight Dependency Scanner can analyze the dependency using the following open source software.
7273
- NPM : **[NPM License Checker](https://github.com/davglass/license-checker)**
@@ -75,14 +76,15 @@ FOSSLight Scanner Projects **inherit** other open source projects.
7576
- Maven : **[license-maven-plugin](https://github.com/mojohaus/license-maven-plugin)**
7677
- Pub : **[flutter_oss_licenses](https://github.com/espresso3389/flutter_oss_licenses)**
7778
- Android(gradle) : **[android-dependency-scanning](https://github.com/fosslight/android-dependency-scanning)**
79+
- FOSSLight Binary Scanner can analyze the open source info. in '.jar' file by using **[Dependency-check-py](https://github.com/jhermann/dependency-check-py)**.
7880

7981
## Scanner Projects
8082

83+
- [**FOSSLight Scanner**](https://github.com/fosslight/fosslight_scanner) (License: [**Apache-2.0**](https://github.com/fosslight/fosslight_scanner/blob/main/LICENSE))
84+
- [**FOSSLight Prechecker**](https://github.com/fosslight/fosslight_prechecker) (License: [**GPL-3.0-only**](https://github.com/fosslight/fosslight_prechecker/tree/main/LICENSES))
8185
- [**FOSSLight Source Scanner**](https://github.com/fosslight/fosslight_source_scanner) (License: [**Apache-2.0**](https://github.com/fosslight/fosslight_source_scanner/blob/main/LICENSE))
8286
- [**FOSSLight Dependency Scanner**](https://github.com/fosslight/fosslight_dependency_scanner) (License: [**Apache-2.0**](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/LICENSE))
83-
- [**FOSSLight Reuse**](https://github.com/fosslight/fosslight_reuse) (License: [**GPL-3.0-only**](https://github.com/fosslight/fosslight_reuse/blob/main/LICENSE))
8487
- [**FOSSLight Binary Scanner**](https://github.com/fosslight/fosslight_binary_scanner) (License: [**Apache-2.0**](https://github.com/fosslight/fosslight_binary_scanner/blob/main/LICENSE))
85-
- [**FOSSLight Scanner**](https://github.com/fosslight/fosslight_scanner) (License: [**Apache-2.0**](https://github.com/fosslight/fosslight_scanner/blob/main/LICENSE))
8688

8789
<br/>
8890
<br/>

0 commit comments

Comments
 (0)