Skip to content
Snippets Groups Projects

Resolve "Integrate dependency-check container with Sonarqube"

1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -61,9 +61,6 @@ Test Dependency Checker dependency_check:
script:
- cd t/dependency-check/simple-app/
- ls -al
- 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
Loading