Qodana 2021.3 Help

Qodana License audit

official project

Qodana License audit helps software projects avoid problems with incompatible third-party licenses. More than 1600 licenses are detected. Users can create their own include and ignore lists as well as other overrides of the default detector’s logic.

Try it now

Analyze a project locally

To start, pull the image from Docker Hub (only necessary to get the latest version):

docker pull jetbrains/qodana-license-audit

and run the analysis locally:

docker run --rm -it -v <source-directory>/:/data/project/ \ -p 8080:8080 jetbrains/qodana-license-audit --show-report

where source-directory should point to the root of your project.

Check the results in your browser at http://localhost:8080.

Read our Docker guide for more options and details related to the License audit execution.

Next steps

Last modified: 12 May 2022