neuralegion/Bright Wait for Issues
Wait for issues in a Bright scan
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | Api Token. You can generate it in Organization section | yes | — |
| scan | Scan ID to wait for | yes | — |
| hostname | Hostname. Default is app.brightsec.com | no | — |
| wait_for | Wait for first issue: *any*, *medium*, *high*, *critical* | yes | — |
| stop_scan | If `true`, allows you to stop a scan after the action has completed. | no | false |
| timeout | Time in seconds for the action to wait for issues | no | 600 |
| code_scanning_alerts | If `true`, upload a Code Scanning Alert in GitHub if scan find a first issue | no | false |
| github_token | The GitHub Token for uploading Code Scanning report. Required if `codeScanningAlerts` is enabled | no | ${{ github.token }} |
| ref | The branch or tag ref that triggered the workflow. For example, `refs/heads/feature-branch-1` | no | ${{ github.ref }} |
| commit_sha | The commit SHA that triggered the workflow. For example, `ffac537e6cbbf934b08745a378932722df287a53` | no | ${{ github.sha }} |
Outputs
| name | description |
|---|---|
| url | Url of the resulting scan |