From c71abff156ca0fc9a0b7114eed6afce99c569ea2 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Mon, 24 Nov 2025 11:29:35 -0800 Subject: [PATCH] Add sonar scanner plugin to POM file Fixes #62 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 8ebcae6..58a1b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -301,6 +301,11 @@ org.owasp dependency-check-maven ${dependency-check-maven.version} + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 5.3.0.6276