Skip to content

Commit

Permalink
Update 1_prechecker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjk7119 authored Nov 21, 2024
1 parent 4ca6e09 commit 9714bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scanner/1_prechecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Options:
-h Print help message
-v Print FOSSLight Prechecker version
-p <path> Path to check
-e <path> Path to exclude from checking(only work with 'lint' mode)
-e <path> Path to exclude from checking(only work with 'lint' mode, Pattern matchin is available)
-f <format> Output file format (yaml, xml, html)
-o <file_name> Output file name
-n Don't exclude venv*, node_modules, and .*/ from the analysis
Expand All @@ -72,6 +72,7 @@ Options for only 'add' mode
-c <copyright> Copyright to add(ex, 2015-2021 LG Electronics Inc.)
-u <dl_location> Download location to add(ex, https://www.testurl.com)
```
- 📃 Pattern matching : https://scancode-toolkit.readthedocs.io/en/stable/cli-reference/scan-options-pre.html?highlight=ignore#glob-pattern-matching

**(Only for Windows)** Run using executable file
1. Download fosslight_prechecker_windows.exe from [FOSSLight Prechecker - Release](https://github.com/fosslight/fosslight_prechecker/releases).
Expand Down

0 comments on commit 9714bcf

Please sign in to comment.