Skip to content

Commit

Permalink
Update ossIndexAudit
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Sep 8, 2022
1 parent a92e83a commit 4b22037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b22037

Please sign in to comment.