Update .gitlab-ci.yml file
This commit is contained in:
parent
51e8dbdbeb
commit
c328377478
@ -41,4 +41,6 @@ test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: "**/build/test-results/test/**/TEST-*.xml"
|
junit:
|
||||||
|
- "**/build/test-results/test/**/TEST-*.xml"
|
||||||
|
- "**/build/reports/dependency-check-junit.xml"
|
||||||
|
@ -68,4 +68,8 @@ subprojects {
|
|||||||
dependsOn("dependencyCheckAnalyze")
|
dependsOn("dependencyCheckAnalyze")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configure<org.owasp.dependencycheck.gradle.extension.DependencyCheckExtension> {
|
||||||
|
format = org.owasp.dependencycheck.reporting.ReportGenerator.Format.JUNIT
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user