# Trivy Scan Image ## Description Scan a container image with Trivy ## Inputs | name | description | required | default | | --- | --- | --- | --- | | `IMAGE_PATH` |

The registry path to the image to scan

| `true` | `""` | | `IMAGE_TAG` |

The image tag to scan

| `true` | `""` | | `FAIL_HARD` |

Boolean: true will fail the build if vulnerabilities are found, false will not

| `false` | `false` | ## Runs This action is a `composite` action.