We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cff2b7 commit 9b000e2Copy full SHA for 9b000e2
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
- uses: gitleaks/gitleaks-action@v2
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
+ GITLEAKS_ENABLE_UPLOAD_ARTIFACT: 'false'
24
+ GITLEAKS_VERSION: '8.28.0'
25
+ GITLEAKS_LOG_LEVEL: 'trace'
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v4
src/handler.ts
@@ -68,9 +68,9 @@ if (require.main === module) {
68
69
const fakeContext: Context = {
70
clientContext: {
71
- gc_client_id: '',
72
- gc_client_secret: '',
73
- gc_aws_region: 'us-east-1'
+ gc_client_id: 'asdadad-asdadad-asdada',
+ gc_client_secret: 'AKIAIOSFODNN7EXAMPLE',
+ gc_aws_region: 'us-east-1',
74
}
75
};
76
0 commit comments