This is a skeleton project for starting a new _to be continuous_ template.
This project implements a generic GitLab CI template for [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF).
You shall fork it when you want to start developing a new template.
MobSF is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
Based on the kind of template (build, analyse, hosting, acceptance, ...), you should start working from one of the available `initial-xxx` branches, that each implement basic stuff.
## Usage
In order to include this template in your project, add the following to your `gitlab-ci.yml`:
```yaml
include:
-project:'to-be-continuous/mobsf'
ref:'1.0.0'
file:'/templates/gitlab-ci-mobsf.yml'
```
## Global configuration
The MobSF template uses some global configuration used throughout all jobs.