https://github.com/logchange/cis-gitlab-benchmark
Automation for CIS GitLab Benchmark
https://github.com/logchange/cis-gitlab-benchmark
Last synced: about 2 months ago
JSON representation
Automation for CIS GitLab Benchmark
- Host: GitHub
- URL: https://github.com/logchange/cis-gitlab-benchmark
- Owner: logchange
- License: apache-2.0
- Created: 2024-09-28T07:24:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T22:22:38.000Z (11 months ago)
- Last Synced: 2025-08-02T00:31:10.555Z (11 months ago)
- Language: Python
- Size: 230 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
