finos / finos/git-proxy

Support filter by file with file pattern and literal configuration

Open
#745 5 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.