Skip to content

Commit dada784

Browse files
authored
Fix typo in GOOGLE_APPLICATION_CREDENTIALS env var name (#547)
1 parent 4a2deec commit dada784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ jobs:
751751
#### GCR (Google Container Registry)
752752
Trivy uses Google Cloud SDK. You don't need to install `gcloud` command.
753753

754-
If you want to use target project's repository, you can set it via `GOOGLE_APPLICATION_CREDENTIAL`.
754+
If you want to use target project's repository, you can set it via `GOOGLE_APPLICATION_CREDENTIALS`.
755755
```yaml
756756
name: build
757757
on:
@@ -777,7 +777,7 @@ jobs:
777777
format: 'sarif'
778778
output: 'trivy-results.sarif'
779779
env:
780-
GOOGLE_APPLICATION_CREDENTIAL: /path/to/credential.json
780+
GOOGLE_APPLICATION_CREDENTIALS: /path/to/credential.json
781781
782782
- name: Upload Trivy scan results to GitHub Security tab
783783
uses: github/codeql-action/upload-sarif@v4

0 commit comments

Comments
 (0)