-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitleaks-report.json
62 lines (62 loc) · 1.78 KB
/
gitleaks-report.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"Description": "AWS",
"StartLine": 2,
"EndLine": 2,
"StartColumn": 15,
"EndColumn": 34,
"Match": "REDACTED",
"Secret": "REDACTED",
"File": "infra/k8s/prod/pgo-s3-creds.conf",
"SymlinkFile": "",
"Commit": "39fb80082d3ec3266e6c6fb787f278fe3c563dd8",
"Entropy": 3.821928,
"Author": "Ken Powers",
"Email": "ken@lets.church",
"Date": "2023-05-07T03:53:40Z",
"Message": "Prod deployment",
"Tags": [],
"RuleID": "aws-access-token",
"Fingerprint": "39fb80082d3ec3266e6c6fb787f278fe3c563dd8:infra/k8s/prod/pgo-s3-creds.conf:aws-access-token:2"
},
{
"Description": "Generic API Key",
"StartLine": 23,
"EndLine": 24,
"StartColumn": 14,
"EndColumn": 1,
"Match": "SECRET=REDACTED",
"Secret": "REDACTED",
"File": "infra/k8s/preview/kustomization.yml",
"SymlinkFile": "",
"Commit": "e3284c956f0a679a16f77457f34762e06b1f136e",
"Entropy": 3.9178767,
"Author": "Ken Powers",
"Email": "ken@lets.church",
"Date": "2023-02-13T12:19:54Z",
"Message": "Build web container and add k8s config",
"Tags": [],
"RuleID": "generic-api-key",
"Fingerprint": "e3284c956f0a679a16f77457f34762e06b1f136e:infra/k8s/preview/kustomization.yml:generic-api-key:23"
},
{
"Description": "Generic API Key",
"StartLine": 17,
"EndLine": 18,
"StartColumn": 14,
"EndColumn": 1,
"Match": "SECRET=REDACTED",
"Secret": "REDACTED",
"File": "infra/k8s/local/kustomization.yml",
"SymlinkFile": "",
"Commit": "eb9ed6fe88446171a202d25a3f80495f84bfd328",
"Entropy": 3.9178767,
"Author": "Ken Powers",
"Email": "ken@lets.church",
"Date": "2023-02-08T03:20:44Z",
"Message": "Use Kustomize instead of envsubst",
"Tags": [],
"RuleID": "generic-api-key",
"Fingerprint": "eb9ed6fe88446171a202d25a3f80495f84bfd328:infra/k8s/local/kustomization.yml:generic-api-key:17"
}
]