From 4b2203799205b5fda133177b1b9452cbbe34f330 Mon Sep 17 00:00:00 2001 From: Chuck May Date: Thu, 8 Sep 2022 08:43:45 -0400 Subject: [PATCH] Update ossIndexAudit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 543ef138c..ba98ba369 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id "io.codearte.nexus-staging" version "0.30.0" // logs into Sonotype OSS and does a "Close" and "Release" id 'com.adarshr.test-logger' version '3.2.0' id "com.github.ben-manes.versions" version "0.42.0" - id 'org.sonatype.gradle.plugins.scan' version '2.3.0' + id 'org.sonatype.gradle.plugins.scan' version '2.4.1' id "org.sonarqube" version "3.4.0.2513" } @@ -118,7 +118,7 @@ dependencyUpdates { // Nexus vulnerability scan (see https://github.com/sonatype-nexus-community/scan-gradle-plugin) ossIndexAudit { - dependencyGraph = true + outputFormat = 'DEPENDENCY_GRAPH' printBanner = false // only set proxy if running outside of Github Actions