mattrobrob/Forbid Files
Check if forbidden files exist in the repository and fail the workflow if found
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | List of files to forbid (one per line or comma-separated) | yes | — |
| fail-fast | Whether to fail immediately on first forbidden file found | no | true |
| ignore-case | Whether to ignore case when matching file names | no | false |
| working-directory | Working directory to search in | no | . |
| skip-directories | List of directories to skip during search (one per line or comma-separated) | no | "" |
Outputs
| name | description |
|---|---|
| forbidden-files-found | List of forbidden files that were found |
| files-count | Number of forbidden files found |