FAQ | This is a LIVE service | Changelog

Skip to content

add Auto-DevOps GitLab CI template

Dr Rich Wareham requested to merge issue-7-autodevops into master

Bring in the Auto-DevOps template from GitLab. We do our own matrix testing but this brings in the various security, lecence and dependency scanning tools from Auto-DevOps.

In order to make use of these scanning tools we build a small container but this is not intended to run the application, just to contain the source so that the various scanners can scan it. That being said we do "pip install" within the container so that a basic "pip install" test must pass before we start all the rest of the test jobs.

Closes #7 (closed)

Edited by Dr Rich Wareham

Merge request reports