From 5068f3244b17ce3c5888c93f583d81df91807e5a Mon Sep 17 00:00:00 2001 From: Dmitry <4101816+dkutetsky@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:01:06 +0200 Subject: [PATCH] Renamed pipe variable for Google Cloud GOOGLE_APPLICATION_CREDENTIALS variable should be used instead of GOOGLE_APPLICATION_CREDENTIAL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 409c085..a7950e2 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ pipelines: #### GCR (Google Container Registry) Trivy uses Google Cloud SDK. You don't need to install `gcloud` command. -If you want to use target project's repository, you can set it via `GOOGLE_APPLICATION_CREDENTIAL`. +If you want to use target project's repository, you can set it via `GOOGLE_APPLICATION_CREDENTIALS`. ```yaml image: name: atlassian/default-image:2 @@ -145,7 +145,7 @@ pipelines: format: 'template' template: '@/contrib/sarif.tpl' output: 'trivy-results.sarif' - GOOGLE_APPLICATION_CREDENTIAL: /path/to/credential.json + GOOGLE_APPLICATION_CREDENTIALS: /path/to/credential.json ``` #### Self-Hosted