git-proxy icon indicating copy to clipboard operation
git-proxy copied to clipboard

Support filter by file with file pattern and literal configuration

Open JamieSlome opened this issue 1 year ago • 3 comments

Background

GitProxy currently supports commit message, commit diff and commit e-mail domain scanning. A common use case that is not supported is file name filtering and scanning.

Vision 🪄

"message": {
  "block": {
    "literals": ["xlsx", "csv"],
    "patterns": [".*.txt"]
  }
},
### Tasks

JamieSlome avatar Oct 07 '24 18:10 JamieSlome