rootio-avr/Root.io Image Remediation
Runs the Root.io remediation client to analyze and remediate container images.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_reference | The image reference to remediate in the format of 'registry/image:tag'. | yes | — |
| org_id | The organization ID of the organization where the image is stored. | yes | — |
| api_token | The API token used to authenticate with the Root.io API. | yes | — |
| registry_credentials_id | The ID of the registry credentials used to pull the image. | yes | — |
| arch | The target architecture for remediation (amd64 or arm64). | no | amd64 |
| output_path | The path where remediation artifacts will be stored. | no | ${{ github.workspace }}/remediation-output |
Outputs
| name | description |
|---|---|
| process_status | The process status from the scan summary |
| result_image | The user instrumented image from the remediation result |
| remediation_status | The status from the image remediation |
| id | The ID from the scan summary |
| remediation_decision | The decision from the image remediation |
| remediation_error | The error from the image remediation |
| image_created | Boolean indicating if a result image was created |