From d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:53:48 +1000 Subject: [PATCH] docs: fix typo in README.md (#293) Signed-off-by: Lucas Bickel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cc0c0..4ec967f 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ It is possible to define all options in the `trivy.yaml` file. Specifying indivi - `image-ref`: If using `image` scan. - `scan-type`: To define the scan type, e.g. `image`, `fs`, `repo`, etc. -#### Order of prerference for options +#### Order of preference for options Trivy uses [Viper](https://github.com/spf13/viper) which has a defined precedence order for options. The order is as follows: - GitHub Action flag - Environment variable