shinobistack/goKakashi Scan
A GitHub Action to trigger and fetch image scans using goKakashi CLI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The container image to scan. | no | — |
| labels | Add labels to scan. | no | — |
| policy | The policy to use for the scan. | no | — |
| server | The server URL where goKakashi API is hosted. | yes | — |
| token | Authentication token for the server. | yes | — |
| cf_client_id | Cloudflare Access Client ID (optional). | no | — |
| cf_client_secret | Cloudflare Access Client Secret (optional). | no | — |
| scan_id | The scan ID to check the status of a previously triggered scan. | no | — |
| interval | Interval in seconds to check the scan status (default: 10). | no | 10 |
| retries | Number of retries before failing the build (default: 10). | no | 10 |
| gokakashi_version | The version of gokakashi to use (e.g., v0.1.0, v1.0.0). | no | latest |
| timeout | Timeout in minutes for the scan (optional, default: 5). | no | 5 |
Outputs
| name | description |
|---|---|
| report_url | URL of the scan report associated with the scan ID. |