Skip to content

Commit

Permalink
remove dependency check config
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 12, 2024
1 parent 8cdfc4b commit af7eca5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ import pl.allegro.tech.build.axion.release.infrastructure.di.VersionResolutionCo
ext.githubUrl = "https://github.com/rundeck/rundeck-cli"
ext.changelogFile = file("CHANGELOG.md")

dependencyCheck {
suppressionFile='cve-suppress.xml'
format='ALL'
failBuildOnCVSS=8
}
subprojects{

apply plugin: "java-library"
Expand Down

0 comments on commit af7eca5

Please sign in to comment.