Skip to content

Commit

Permalink
chore(build): fix output directory for OWASP dependency check plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0r040 committed Apr 19, 2024
1 parent 1df38a5 commit 6580e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ allprojects {
}

dependencyCheck {
outputDirectory = "${rootProject.layout.buildDirectory}/reports/owasp-dependency-check"
outputDirectory = "${rootProject.layout.buildDirectory.get().asFile}/reports/owasp-dependency-check"
formats = [ReportGenerator.Format.SARIF.toString()]
nvd.apiKey = project.findProperty("OWASP_API_KEY")
analyzers.ossIndex.warnOnlyOnRemoteErrors = true
Expand Down

0 comments on commit 6580e3a

Please sign in to comment.