Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 386 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 386 Bytes

vulnrelay

Run vulnerabilities scanner(s) and sync findings

Development

Prerequisites

Setup

./setup-dev.sh

Usage

uv run python main.py

Testing

Run the test suite:

uv run pytest

Start the test watcher:

uv run ptw .