cloudbees-io-gha/Grype scan and publish to Platform
Performs container image vulnerability scanning using Grype and publishes the results to the CloudBees Platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudbees-url | Cloudbees API URL | no | https://api.cloudbees.io |
| step-id | GHA Step ID | no | "" |
| binary-tar-path | Path to the binary tar file to scan | yes | — |
Outputs
| name | description |
|---|---|
| critical-count | A string containing the number of Critical security findings discovered during the scan. |
| very-high-count | A string containing the number of Very High security findings discovered during the scan. |
| high-count | A string containing the number of High security findings discovered during the scan. |
| medium-count | A string containing the number of Medium security findings discovered during the scan. |
| low-count | A string containing the number of Low security findings discovered during the scan. |