ashetty1-m/Scan for String
Searches your code for a string or the absence thereof
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codefolders | Source code folders to scan, separated by ":" | — | ./ |
| fileextensions | File extensions to search for separated by "," | — | .c,.java,.py |
| regex | Regex that defines the string to search for | — | .*[Cc]opyright.* |
| match | Set this to 1 to search for files that match, 0 for files that do not | yes | 1 |
| lines | Read the first N lines of the file to find the string, 0 = Entire file | — | 0 |
Outputs
| name | description |
|---|---|
| filelist | The list of files that meet criteria |