We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905f674 commit 2b258adCopy full SHA for 2b258ad
etc/release/release.sh
@@ -50,6 +50,8 @@ function test_scan {
50
# minimal test: update when new scans are available
51
./scancode --quiet -lcip apache-2.0.LICENSE test_scan.json
52
echo "TEST JSON passed: ./scancode --quiet -lcip apache-2.0.LICENSE test_scan.json"
53
+ ./scancode --quiet -lcip --format json-pp apache-2.0.LICENSE test_scan.json
54
+ echo "TEST JSON-PP passed: ./scancode --quiet -lcip --format json-pp apache-2.0.LICENSE test_scan.json"
55
./scancode --quiet -lcip --format html apache-2.0.LICENSE test_scan.html
56
echo "TEST HTML passed: ./scancode --quiet -lcip --format html apache-2.0.LICENSE test_scan.html"
57
./scancode --quiet -lcip --format html-app apache-2.0.LICENSE test_scan_app.html
0 commit comments