actions-marketplace-validations/Check Crypto Action
An action to check for crypto private keys in pushed code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | your GITHUB_TOKEN, used when sending the notification | no | — |
| title | add a title to the notifications to distinguish between multiple workflows/jobs | no | — |
| notify_issue | send a notification to the linked issue/pullrequest with the summary | no | true |
| notify_check | create a check run with the summary | no | — |
| only_notify | only notify the build without failing | no | — |
| report_public_keys | report public keys into the pr summary | no | — |
| branch | name of branch to compare | yes | — |
Outputs
| name | description |
|---|---|
| passed | boolean describing if the test passed or not |