restructure
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Trivy Scan Image
|
||||
|
||||
<!-- action-docs-description source="action.yml" -->
|
||||
## Description
|
||||
|
||||
Scan a container image with Trivy
|
||||
<!-- action-docs-description source="action.yml" -->
|
||||
|
||||
<!-- action-docs-inputs source="action.yml" -->
|
||||
## Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| --- | --- | --- | --- |
|
||||
| `IMAGE_PATH` | <p>The registry path to the image to scan</p> | `true` | `""` |
|
||||
| `IMAGE_TAG` | <p>The image tag to scan</p> | `true` | `""` |
|
||||
| `FAIL_HARD` | <p>Boolean: true will fail the build if vulnerabilities are found, false will not</p> | `false` | `false` |
|
||||
<!-- action-docs-inputs source="action.yml" -->
|
||||
|
||||
<!-- action-docs-runs source="action.yml" -->
|
||||
## Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
<!-- action-docs-runs source="action.yml" -->
|
||||
Reference in New Issue
Block a user