Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/light-hat/area-51
🔒🔬[Just started] Self-service infrastructure based on open solutions for DevSecOps using SCA, SAST, DAST and IAST technologies.
https://github.com/light-hat/area-51
devops devsecops security vulnerability-detection vulnerability-management
Last synced: 7 days ago
JSON representation
🔒🔬[Just started] Self-service infrastructure based on open solutions for DevSecOps using SCA, SAST, DAST and IAST technologies.
- Host: GitHub
- URL: https://github.com/light-hat/area-51
- Owner: light-hat
- License: mit
- Created: 2024-10-28T17:45:16.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T20:28:40.000Z (10 days ago)
- Last Synced: 2024-11-07T21:28:24.680Z (10 days ago)
- Topics: devops, devsecops, security, vulnerability-detection, vulnerability-management
- Homepage:
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Area-51
Виртуальная инфраструктура для DevSecOps, построенная на открытых решениях.
```
TODO:
- Демо
- Развёртывание
- База
- Конкретные пайплайны
```## Стек
![Vagrant](https://img.shields.io/badge/vagrant-%231563FF.svg?style=for-the-badge&logo=vagrant&logoColor=white)
![Jenkins](https://img.shields.io/badge/jenkins-%232C5263.svg?style=for-the-badge&logo=jenkins&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)## Аппаратные требования
- CPU: `6 ядер`
- RAM: `12 Гб`
- Disk: `100 Гб`
## Запуск
> [!WARNING]
> Должны быть установлены `Vagrant` и `VirtualBox`.> [!TIP]
> Базовый box `ubuntu/focal64` можно скачать [отсюда](https://portal.cloud.hashicorp.com/vagrant/discover/ubuntu/focal64).```shell
vagrant up
```## DNS
Добавьте следующее в файл `hosts`:
```
192.168.33.11 ci.area51.local
192.168.33.12 defectdojo.area51.local
192.168.33.13 storage.area51.local
```## Цикл DevSecOps
![Схема цикла DevSecOps](assets/devsecops.png)
To be continued...