Skip to content

Commit 137253c

Browse files
author
Prabhu Subramanian
committed
Merge branch 'master' of github.com:AppThreat/dep-scan
2 parents 44627c6 + d88984f commit 137253c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,13 @@ export PKG_MIN_VERSIONS=4 to increase and set the minimum versions category to 4
249249
250250
## License scan
251251
252-
dep-scan can automatically scan the dependencies for any license limitations and report them directly on the console log. The licenses data is sourced from choosealicense.com and is quite limited. If the license of a given package cannot be reliably matched against this list it will get silently ignored to reduce any noise. This behaviour could change in the future once the detection logic gets improved.
252+
dep-scan can scan the dependencies for any license limitations and report them directly on the console log. To enable license scanning set the environment variable `FETCH_LICENSE` to `true`.
253+
254+
```
255+
export FETCH_LICENSE=true
256+
```
257+
258+
The licenses data is sourced from choosealicense.com and is quite limited. If the license of a given package cannot be reliably matched against this list it will get silently ignored to reduce any noise. This behaviour could change in the future once the detection logic gets improved.
253259
254260
![License scan](docs/license-scan.png)
255261

0 commit comments

Comments
 (0)