Skip to content

Commit

Permalink
Merge pull request #47 from nhsconnect/PRMT-4325
Browse files Browse the repository at this point in the history
[PRMT-4325] - Remove OWASP dependency checker due to vulnerabilities
  • Loading branch information
MohammadIqbalAD-NHS authored Jan 15, 2024
2 parents e847d10 + 780d114 commit 2a12e32
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 165 deletions.
14 changes: 2 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'jacoco'
id 'com.github.spotbugs' version '6.0.4'
id 'org.owasp.dependencycheck' version '7.4.4'
id 'com.github.spotbugs' version '6.0.6'
}

group = 'uk.nhs.prm.repo'
Expand Down Expand Up @@ -166,14 +165,5 @@ spotbugsIntegration {
}
}

dependencyCheck {
failBuildOnCVSS = 7
suppressionFile = './dependency-checks-suppression.xml'
analyzers {
assemblyEnabled = false
ossIndexEnabled = false
}
}

check.dependsOn integration

118 changes: 0 additions & 118 deletions dependency-checks-suppression.xml

This file was deleted.

29 changes: 0 additions & 29 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 @@ -231,12 +231,6 @@ case "${command}" in
run_localstack_local)
docker-compose -f docker-compose.localstack-local.yaml up -d
;;
_dep)
gradle dependencyCheckAnalyze
;;
dep)
dojo "./tasks _dep"
;;
_tf)
_assume_environment_role $NHS_ENVIRONMENT
tf_init
Expand Down

0 comments on commit 2a12e32

Please sign in to comment.