Node/Express backend with a pluggable Adapter contract, a folder adapter (safe non-destructive reject-to-trash, undo, keep/reject/skip), and a vanilla JS swipe UI + generic settings form driven by each adapter's configSchema.
14 lines
257 B
TOML
14 lines
257 B
TOML
# Gitleaks config for SwipeAnything
|
|
# useDefault is required so detection rules load.
|
|
|
|
title = "SwipeAnything gitleaks"
|
|
|
|
[extend]
|
|
useDefault = true
|
|
|
|
[allowlist]
|
|
description = "Known false positives"
|
|
paths = [
|
|
'''swipeanything\.config\.example\.json''',
|
|
]
|