malnati/Ops Literal
Scan with idempotence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token. | yes | — |
| file_extensions | Regex of extensions. | no | ts|js|jsx|tsx|java|py|go|cs|php|sh|json|yaml|yml |
| target_path | Directory paths or files to be investigated. | yes | . |
| exclude_patterns | Regex of ignored. | no | node_modules|dist|build|.git |
Outputs
| name | description |
|---|---|
| json | Generated JSON file path (array). |
| report_path | Generated JSON file path (array). |
| status | Scan status. |
| count | Number of literals found. |