mirror of
https://github.com/securego/gosec.git
synced 2026-06-20 00:15:59 +02:00
* add path-based rule exclusions Implements #1287 * Ssupport for excluding specific rules from specific paths, enabling large monorepos to apply different security rules to different components (e.g., CLI tools vs services). * fix formatting issuue with path filter test to pass gci