WIP: Static code analysis on xls branch
Validate:
-
Pass all the tests -
Don't left dangling images -
The CI's test stage can use all the containers -
Check containers with Tenable
Edited by Raul Barreras
Merge request reports
Activity
added 1 commit
- 2142eb9d - chore: run unl-its/static-code-analysis container
@s-anelso56, maybe we must define for each container how we will test if have the required tools or not, and if they work as expected. For instance, we can test the container
unl-its/php-lint:7.0
validating if the PHP version match with 7.0:docker run --rm unl-its/php-lint:7.0 php -v | egrep -q "^PHP 7\.0\..* "
(We can add a
-q
to egrep to use just the exit code.)We could use the docker.cmd LABEL to describe how to use the container and create the tests based on this label.
Edited by Raul Barrerasadded 1 commit
- 0f8d2665 - add nodejs and nmp support to static-code-analysis
Please register or sign in to reply