Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To scan for licenses, copyrights, urls, emails, package information, and file in

::

./scancode -clip -e -u --format html-app samples samples.html
./scancode -clip -e -u --html samples.html samples



Expand All @@ -40,31 +40,31 @@ Scan for license and copyright clues:

::

./scancode -cl --format html-app samples samples.html
./scancode -cl --html samples.html samples


Scan for emails and URLs:
-------------------------

::

./scancode -e -u --format html-app samples samples.html
./scancode -e -u --html samples.html samples


Scan for package information:
-----------------------------

::

./scancode -p --format html-app samples samples.html
./scancode -p --html samples.html samples


Scan for file information:
--------------------------

::

./scancode -i --format html-app samples samples.html
./scancode -i --html samples.html samples


To see more example scans:
Expand Down