Skip to content

Commit efb50ed

Browse files
authored
Fix for failing CVE pipeline (#1126)
1 parent 16f4aed commit efb50ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-base/src/main/groovy/readonlyrest.base-common-conventions.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ test {
4646
}
4747
}
4848

49+
dependencyCheck {
50+
analyzers {
51+
assemblyEnabled = false // we don't need 'exe' or 'dll' files scanning
52+
}
53+
}
54+
4955
githook {
5056
hooks {
5157
"pre-commit" {

0 commit comments

Comments
 (0)