cloudbees-io-gha/Snyk IaC scan and publish to Unify Platform
Runs Snyk IaC scan to detect security vulnerabilities and misconfigurations and publishes to the Unify platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 13, 2026
- License
- MIT
Pinned Snippet
uses: cloudbees-io-gha/snyk-iac-publish@035512b21fcb8c9092cbd3b23985ac731fd340c7 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudbees-url | Cloudbees API URL | no | https://api.cloudbees.io |
| snyk-token | Snyk API token for authentication | yes | — |
| org-id | Snyk organization ID | yes | — |
| severity-threshold | Severity threshold for scan results (low, medium, high, critical) | no | — |
| ref | Flag to indicate the ref that should be archived (same as supplied to checkout). | no | "" |
| workspace-dir | Flag to mention the path where the checked out code will be present. | no | "" |
| step-id | The ID of the step in the workflow | no | "" |
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. |