@@ -40,11 +40,9 @@ vulnerability detection capabilities are available in its official
### Variables
| VARIABLE NAME | DESCRIPTION | DEFAULT VALUE |
|:-|:-|:-
| `IMAGE`<imgwidth=450/> | Target name or target path <imgwidth=500/> | `$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA`<br/> or `$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG` in case of tag creation |
| `TRIVY_VERSION` | Version of trivy to use. Releases version are available [here](https://github.com/aquasecurity/trivy/releases) | `0.9.2` |
| `TRIVY_VERSION`<imgwidth=450/> | Version of trivy to use. Releases version are available [here](https://github.com/aquasecurity/trivy/releases) | `0.9.2` |
| `TRIVY_SEVERITY` | Severities of vulnerabilities to be displayed | `UNKNOWN`,`LOW`,`MEDIUM`,`HIGH`,`CRITICAL`|
| `TRIVY_EXIT_CODE` | Exit code when vulnerabilities were found | 1 |
| `TRIVY_VULN_TYPE` | List of vulnerability types | os,library |
@@ -64,7 +62,10 @@ vulnerability detection capabilities are available in its official
| `TRIVY_QUIET` | Suppress progress bar and log output | false |