Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -64,6 +64,11 @@ Test Dependency Checker dependency_check:
- dependency-check.sh --format ALL -s ./ --out ./dependency_check_results/ --project ${CI_PROJECT_NAMESPACE} -n
- echo "???"
- ls -al
artifacts:
paths:
- t/dependency-check/simple-app/dependency_check_results/dependency-check-report.html
- t/dependency-check/simple-app/dependency_check_results/dependency-check-report.xml
expire_in: 1 week
.Test Dependency Checker:
stage: test
Loading