Files
gyxx-flow/src/gyxx_flow/security/__init__.py
T

6 lines
178 B
Python

"""Security checks used by migration and release gates."""
from gyxx_flow.security.scanner import SecretFinding, scan_repository
__all__ = ["SecretFinding", "scan_repository"]