ci: add GitHub Actions lint and test pipeline [FASE-0.6]
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled

Run ruff and pytest against Postgres and Redis service containers; document CI in README.
This commit is contained in:
2026-05-18 13:19:29 +02:00
parent 6b28934f05
commit f45b7ea926
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ jobs:
pip install ruff
- name: Lint
run: ruff check app/
run: ruff check app/ tests/
- name: Test
env:

View File

@@ -1,5 +1,7 @@
# Aegis — MITRE ATT&CK Coverage Platform
Continuous integration (lint + tests against PostgreSQL and Redis) is defined in [`.github/workflows/ci.yml`](.github/workflows/ci.yml).
Aegis is a comprehensive platform for tracking and managing security coverage against the MITRE ATT&CK framework. It enables security teams to document, validate, and visualize their defensive capabilities against known adversary techniques through a structured Red Team / Blue Team validation workflow.
## Features