meenalsingh0/Envy Check
Detect missing, unused, and leaked environment variables in JS/TS repos and report the results as a pull-request comment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to scan, relative to the workspace root. | no | . |
| fail-on-risky | Fail the check when potential committed secrets are found. | no | true |
| fail-on-missing | Fail the check when variables are used in code but declared in no .env file. | no | false |
| github-token | Token used to post/update the PR comment. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
no outputs