Files
Aegis/.snyk
T
kitos d7ad981b89
Aegis CI / lint-and-test (push) Has been cancelled
Snyk Security Scan / Python vulnerabilities (backend) (push) Has been cancelled
Snyk Security Scan / npm vulnerabilities (frontend) (push) Has been cancelled
Snyk Security Scan / Docker image vulnerabilities (backend) (push) Has been cancelled
chore(snyk): exclude test fixtures and scripts from Snyk Code SAST scanning
2026-06-24 14:37:46 +02:00

12 lines
380 B
Plaintext

# Snyk (https://snyk.io) policy file
version: v1.25.0
# Snyk Code — exclude paths from SAST scanning
exclude:
code:
# Test fixtures use hardcoded credentials against an in-memory SQLite DB.
# These are test-only and carry no production risk.
- backend/tests/**
# Utility scripts use env-var credentials with safe defaults for local dev only.
- scripts/**