This Drone plugin uses the Qodana JVM Community linter and makes it compatible with Drone.
Go to file
Jim Martens 2986648ed3 Fix revision and remote url env vars 2023-08-03 15:41:14 +02:00
hooks Added Dockerfile and hooks 2023-08-03 13:34:44 +02:00
Dockerfile Fix Dockerfile 2023-08-03 13:59:13 +02:00
LICENSE Initial commit 2023-08-03 13:03:45 +02:00
README.md Added Dockerfile and hooks 2023-08-03 13:34:44 +02:00
tool.sh Fix revision and remote url env vars 2023-08-03 15:41:14 +02:00

README.md

Qodana JVM Community Drone plugin

This Drone plugin uses the Qodana JVM Community linter and makes it compatible with Drone.

Usage

- name: Step name
  image: 2martens/qodana-jvm-community-drone-plugin
  settings:
    qodana_token: <qodana-cloud-token>
    args: <args>

To use the quality gate feature, add --fail-threshold <number> to the args setting.

To use baseline feature, add --baseline qodana.sarif.json to the args setting. This file has to be checked-in to the root of your project.