vulnetix/Vulnetix CLI Action
GitHub Action that provides the Vulnetix CLI utility for vulnerability management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org-id | Organization ID (UUID) for Vulnetix operations | yes | — |
| version | Version of Vulnetix CLI to use | no | latest |
| task | Task to perform: info, upload, gha | no | info |
| api-key | Direct API Key for Vulnetix authentication (hex digest) | no | — |
| upload-file | Path to artifact file to upload (used with task: upload) | no | — |
| upload-format | Override auto-detected artifact format (cyclonedx, spdx, sarif, openvex, csaf_vex) | no | — |
Outputs
| name | description |
|---|---|
| result | Result of the Vulnetix CLI execution |
| summary | Summary of vulnerabilities processed |
| upload-uuid | Pipeline UUID of the uploaded artifact (when task is upload) |