diff --git a/entrypoint.sh b/entrypoint.sh index 14deb2e..3271538 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ cd /scancode-toolkit ./scancode /github/workspace/$1 \ --json /github/workspace/artifacts/scancode.json \ - --html /github/workspace/artifacts/scancode.html \ + --csv /github/workspace/artifacts/scancode.csv \ $2 # python /license_check.py -c /github/workspace/license_config.yml -s /github/workspace/artifacts/scancode.json -f /github/workspace/$1 -o /github/workspace/artifacts/report.txt