diff --git a/README.md b/README.md index 90de90e..053ffc1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![GitHub Marketplace][marketplace-img]][marketplace] [![License][license-img]][license] +![](docs/images/trivy-action.png) + ## Table of Contents - [Usage](#usage) @@ -57,9 +59,8 @@ Following inputs can be used as `step.with` keys: |-------------|--------|------------------------------------|-----------------------------------------------| | `image-ref` | String | | Image reference, e.g. `alpine:3.10.2` | | `format` | String | `table` | Output format (`table`, `json`) | -| `exit-code` | String | `0` | exit code when vulnerabilities were found | -| `severity` | String | `UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL` | severities of vulnerabilities to be displayed | - +| `exit-code` | String | `0` | Exit code when vulnerabilities were found | +| `severity` | String | `UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL` | Severities of vulnerabilities to be displayed | [release]: https://github.com/aquasecurity/trivy-action/releases/latest [release-img]: https://img.shields.io/github/release/aquasecurity/trivy-action.svg?logo=github diff --git a/action.yaml b/action.yaml index 51e00ef..5a2d919 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ name: 'Trivy Vulnerability Scanner' -description: 'Scan container image for vulnerabilities with Trivy' +description: 'Scans container images for vulnerabilities with Trivy' author: 'Aqua Security' inputs: image-ref: diff --git a/docs/images/trivy-action.png b/docs/images/trivy-action.png new file mode 100644 index 0000000..e67a09d Binary files /dev/null and b/docs/images/trivy-action.png differ