Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logchange/cis-gitlab-benchmark

Automation for CIS GitLab Benchmark
https://github.com/logchange/cis-gitlab-benchmark

Last synced: about 1 month ago
JSON representation

Automation for CIS GitLab Benchmark

Awesome Lists containing this project

README

        

# cis-gitlab-benchmark
Automation for CIS GitLab Benchmark

```bash
python -m venv ./venv
source ./venv/bin/activate
which python
pip3 install -r requirements.txt
```

Running locally requires setting up following environment variables:

```
GITLAB_TOKEN=
GITLAB_URL=
```

Running:

```bash
python __main__.py
```

You can use `default-config.yml` or adjust it to your needs.

#### Output

![example-output.png](example-output.png)