Skip to content

Commit

Permalink
Merge pull request #14 from nhsconnect/PRMT-4335
Browse files Browse the repository at this point in the history
[PRMT-4335] - Remove OWASP dependency checker due to vulnerabilities
  • Loading branch information
MohammadIqbalAD-NHS authored Jan 12, 2024
2 parents c025e77 + 8fbc5de commit b2d2b5c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 104 deletions.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
plugins {
id 'org.springframework.boot' version '2.7.18'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'org.owasp.dependencycheck' version '7.4.4'
}

group = 'uk.nhs.prm.repo'
Expand Down Expand Up @@ -56,12 +55,3 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

dependencyCheck {
failBuildOnCVSS = 7
suppressionFile = './dependency-checks-suppression.xml'
analyzers {
assemblyEnabled = false
ossIndexEnabled = false
}
}
56 changes: 0 additions & 56 deletions dependency-checks-suppression.xml

This file was deleted.

31 changes: 0 additions & 31 deletions gocd/audit.pipeline.gocd.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tasks
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,6 @@ case "${command}" in
run_local)
./gradlew bootRun
;;
_dep)
gradle dependencyCheckAnalyze
;;
dep)
dojo "./tasks _dep"
;;
tf)
check_env
dojo -c Dojofile-infra "./tasks _tf"
Expand Down

0 comments on commit b2d2b5c

Please sign in to comment.