in-toto / in-toto/github-action
Support multiple exclude dirs
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Now `exclude` field in the GitAction yaml only supports one directory to be excluded. Typical scenerios need to support multiple directories, e.g., `.gitaction`, `.git`.
The backend go-lang-in-toto supports multiple `-e` parameters, so how about changing `exclude` into a array ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating where the GitAction YAML `exclude` value is parsed and where exclusions are passed to the in-toto backend. Confirm how multiple directories should map to repeated `-e` parameters, then verify that configurations containing `.gitaction` and `.git` both exclude the requested directories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100