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

Update .gitlab-ci.yml

parent bb5b7a19
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.
......@@ -62,7 +62,7 @@ Test Dependency Checker sonar-scanner:
tags:
- docker
script:
- ls -al
- sonar-scanner -v
Test Dependency Checker dependency_check:
......@@ -77,7 +77,7 @@ Test Dependency Checker dependency_check:
tags:
- docker
script:
- ls -al
- dependency-check -v
.Test Dependency Checker:
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