afranche / posture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posture

Known Vulnerabilities Codacy Badge

WIP Lightweight ASPM tool and vulnerability tracker

Why ?

Posture was initially planned as a DefectDojo fork, a renowed ASPM tool employed in DevSecOps teams. However, Posture was created on a fresh base instead as DefectDojo bears a pretty heavy codebase as a result of its many features. While Posture plans to support similar problems than DefectDojo, their implementation will probably differ from how DefectDojo handles them.

What does it mean for you ? It means you can try both and get a feeling at what suits your organization more! 🫶

Getting Started

Docker Compose

Docker Compose only runs well for development since it's a WIP.

The easiest way to run Posture is through Docker Compose. All you need is creating a .env file in which you can fill the POSTGRES_PASSWORD variable. Once done, you should have posture working by running docker compose up in your terminal and ✨ Voilà! ✨

Kubernetes (Helm)

TODO:

About

License:MIT License


Languages

Language:Astro 78.1%Language:Nix 11.5%Language:JavaScript 5.9%Language:TypeScript 3.3%Language:Dockerfile 1.1%