Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Marc-Antoine Fortier <[email protected]>
  • Loading branch information
jcouture and marcantoinefortier authored Oct 24, 2023
1 parent 1a73160 commit e231971
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ dependencyCheck {
formats = listOf("HTML", "SARIF")
outputDirectory = "reports"

analyzers.assemblyEnabled = false
analyzers.experimentalEnabled = true
analyzers.knownExploitedEnabled = true
analyzers.apply {
assemblyEnabled = false
experimentalEnabled = true
knownExploitedEnabled = true
}
}

0 comments on commit e231971

Please sign in to comment.