erikaheidi/Dummy Scanner
Scans a directory and counts the total number of files. Useful for scanning PRs to get a quick overview of the repository size.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to scan (relative to the repository root) | no | . |
| post_comment | Post a PR comment with the scan comparison results | no | false |
| base_count | File count from the base branch scan (required when post_comment is true) | no | "" |
| github_token | GitHub token for posting PR comments | no | "" |
| pr_number | Pull request number to comment on | no | "" |
Outputs
| name | description |
|---|---|
| total_files | Total number of files found by the scanner |