Support filter by file with file pattern and literal configuration
Open
citi-hackathon
enhancement
good first issue
hacktoberfest
- Dominant language
- TypeScript
- Stars
- 249
- Forks
- 176
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 20
Description
### 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 🪄
```json
"message": {
"block": {
"literals": ["xlsx", "csv"],
"patterns": [".*.txt"]
}
},
```
```[tasklist]
### Tasks
```
Contributor guide
Assessment
This issue has not been assessed yet.