Skip to content
Snippets Groups Projects
Commit 28211d59 authored by Raul Barreras's avatar Raul Barreras
Browse files

Update .gitlab-ci.yml

parent 22d984fb
No related branches found
No related tags found
1 merge request!33Resolve "Integrate dependency-check container with Sonarqube"
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
...@@ -64,6 +64,11 @@ Test Dependency Checker dependency_check: ...@@ -64,6 +64,11 @@ Test Dependency Checker dependency_check:
- dependency-check.sh --format ALL -s ./ --out ./dependency_check_results/ --project ${CI_PROJECT_NAMESPACE} -n - dependency-check.sh --format ALL -s ./ --out ./dependency_check_results/ --project ${CI_PROJECT_NAMESPACE} -n
- echo "???" - echo "???"
- ls -al - 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: .Test Dependency Checker:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment