There was an error while loading. Please reload this page.
1 parent 4a2deec commit dada784Copy full SHA for dada784
1 file changed
README.md
@@ -751,7 +751,7 @@ jobs:
751
#### GCR (Google Container Registry)
752
Trivy uses Google Cloud SDK. You don't need to install `gcloud` command.
753
754
-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`.
755
```yaml
756
name: build
757
on:
@@ -777,7 +777,7 @@ jobs:
777
format: 'sarif'
778
output: 'trivy-results.sarif'
779
env:
780
- GOOGLE_APPLICATION_CREDENTIAL: /path/to/credential.json
+ GOOGLE_APPLICATION_CREDENTIALS: /path/to/credential.json
781
782
- name: Upload Trivy scan results to GitHub Security tab
783
uses: github/codeql-action/upload-sarif@v4
0 commit comments