primesec-dev/PR Password Scanner
Scans PR diffs for password occurrences and comments on flagged lines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| timeout | Timeout in seconds for the action to complete | no | 30 |
| token | GitHub token for API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| total-lines | Total number of added lines in the PR |
| password-findings | Number of password occurrences found in added lines |