Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/logchange/cis-gitlab-benchmark
- Owner: logchange
- License: apache-2.0
- Created: 2024-09-28T07:24:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:00:14.000Z (2 months ago)
- Last Synced: 2024-10-30T00:37:57.307Z (2 months ago)
- Language: Python
- Size: 226 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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
![example-output.png](example-output.png)