FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  • Dr Rich Wareham's avatar
    825ad628
    add Auto-DevOps GitLab CI template · 825ad628
    Dr Rich Wareham authored
    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
    825ad628
    History
    add Auto-DevOps GitLab CI template
    Dr Rich Wareham authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.