Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

Compare and Show latest version
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -61,8 +61,11 @@ Test Dependency Checker dependency_check:
script:
- cd t/dependency-check/simple-app/
- ls -al
- dependency-check.sh --format ALL -s ./ --out t/dependency-check/simple-app/dependency_check_results/ --project ${CI_PROJECT_NAMESPACE} -n
- 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