diff --git a/provider/unit-aws/build-aws/buildspec.yaml b/provider/unit-aws/build-aws/buildspec.yaml index d7cb686472525c98667a8c8333afbfd8c1ece29a..5bd33c49f9ba1403b5c11987f29e1db6a92fc932 100644 --- a/provider/unit-aws/build-aws/buildspec.yaml +++ b/provider/unit-aws/build-aws/buildspec.yaml @@ -97,10 +97,6 @@ phases: --buildid ${CODEBUILD_BUILD_ID} --buildnumber ${CODEBUILD_BUILD_NUMBER} --reponame ${REPO_NAME} --outdir ${OUTPUT_DIR} \ --artifact ${ECR_IMAGE} - post_build: - commands: - - cp provider/unit-aws/target/dependency-check-report.html ${OUTPUT_DIR} - reports: SurefireReports: # CodeBuild will create a report group called "SurefireReports". files: #Store all of the files diff --git a/provider/unit-aws/pom.xml b/provider/unit-aws/pom.xml index 0f270e7a8bbba41077f6812a9df37840eff12bdd..50009ce576a765779c4106ab154dbf84d124b3a1 100644 --- a/provider/unit-aws/pom.xml +++ b/provider/unit-aws/pom.xml @@ -167,25 +167,6 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> </configuration> </plugin> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>7.4.4</version> - <configuration> - <!-- .Disable Net content--> - <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> - <nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled> - <nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled> - <failOnError>false</failOnError> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId>