Skip to content

Commit 7cefe6b

Browse files
authoredJun 3, 2021
Merge pull request #19 from ibm-cloud-security/secrets-baseline
generated .secrets.baseline
2 parents 3a19091 + 2ca1b1b commit 7cefe6b

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed
 

‎.secrets.baseline

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
{
2+
"exclude": {
3+
"files": "package-lock.json|^.secrets.baseline$",
4+
"lines": null
5+
},
6+
"generated_at": "2021-06-03T13:48:22Z",
7+
"plugins_used": [
8+
{
9+
"name": "AWSKeyDetector"
10+
},
11+
{
12+
"name": "ArtifactoryDetector"
13+
},
14+
{
15+
"base64_limit": 4.5,
16+
"name": "Base64HighEntropyString"
17+
},
18+
{
19+
"name": "BasicAuthDetector"
20+
},
21+
{
22+
"name": "BoxDetector"
23+
},
24+
{
25+
"name": "CloudantDetector"
26+
},
27+
{
28+
"name": "GheDetector"
29+
},
30+
{
31+
"hex_limit": 3,
32+
"name": "HexHighEntropyString"
33+
},
34+
{
35+
"name": "IbmCloudIamDetector"
36+
},
37+
{
38+
"name": "IbmCosHmacDetector"
39+
},
40+
{
41+
"name": "JwtTokenDetector"
42+
},
43+
{
44+
"keyword_exclude": null,
45+
"name": "KeywordDetector"
46+
},
47+
{
48+
"name": "MailchimpDetector"
49+
},
50+
{
51+
"name": "PrivateKeyDetector"
52+
},
53+
{
54+
"name": "SlackDetector"
55+
},
56+
{
57+
"name": "SoftlayerDetector"
58+
},
59+
{
60+
"name": "StripeDetector"
61+
},
62+
{
63+
"name": "TwilioKeyDetector"
64+
}
65+
],
66+
"results": {
67+
"access-control-demo-apps/elevators-app/localdev-config.json": [
68+
{
69+
"hashed_secret": "4c66c898545a69ad3f97654627836c31727b58f0",
70+
"is_secret": false,
71+
"is_verified": false,
72+
"line_number": 4,
73+
"type": "Secret Keyword",
74+
"verified_result": null
75+
}
76+
],
77+
"angular-node-sample/cloudland-backend/app.js": [
78+
{
79+
"hashed_secret": "74ad817cb5e4fa7733b6e994d4bddce3847c1b5f",
80+
"is_secret": false,
81+
"is_verified": false,
82+
"line_number": 48,
83+
"type": "Secret Keyword",
84+
"verified_result": null
85+
}
86+
],
87+
"angular-node-sample/cloudland-backend/config.template.json": [
88+
{
89+
"hashed_secret": "8c49ccbe07073538901cc7a2cfffe8da2851e899",
90+
"is_secret": false,
91+
"is_verified": false,
92+
"line_number": 5,
93+
"type": "Secret Keyword",
94+
"verified_result": null
95+
}
96+
],
97+
"angular-node-sample/cloudland-ui/src/app/app.component.html": [
98+
{
99+
"hashed_secret": "ad9328812a2bf947a81f8b3422047a194d152ecf",
100+
"is_secret": false,
101+
"is_verified": false,
102+
"line_number": 8,
103+
"type": "Base64 High Entropy String",
104+
"verified_result": null
105+
}
106+
],
107+
"angular-node-sample/cloudland-ui/src/app/auth.service.ts": [
108+
{
109+
"hashed_secret": "50618ac320e854336364781bed965aa5b5119a32",
110+
"is_secret": false,
111+
"is_verified": false,
112+
"line_number": 31,
113+
"type": "Secret Keyword",
114+
"verified_result": null
115+
}
116+
],
117+
"angular-node-sample/cloudland-ui/src/app/reward-points.service.ts": [
118+
{
119+
"hashed_secret": "90c7921480da8a70862860baf35b6ff85759f75b",
120+
"is_secret": false,
121+
"is_verified": false,
122+
"line_number": 14,
123+
"type": "Secret Keyword",
124+
"verified_result": null
125+
}
126+
],
127+
"export-import-cloud-directory-users/README.md": [
128+
{
129+
"hashed_secret": "059c043aedd009aa5b8ee726baeb661a0f2e6533",
130+
"is_secret": false,
131+
"is_verified": false,
132+
"line_number": 30,
133+
"type": "JSON Web Token",
134+
"verified_result": null
135+
}
136+
],
137+
"export-import-cloud-directory-users/index.js": [
138+
{
139+
"hashed_secret": "eaf84a908926ab757c45f6cafccb9282198fab26",
140+
"is_secret": false,
141+
"is_verified": false,
142+
"line_number": 28,
143+
"type": "Secret Keyword",
144+
"verified_result": null
145+
}
146+
]
147+
},
148+
"version": "0.13.1+ibm.34.dss",
149+
"word_list": {
150+
"file": null,
151+
"hash": null
152+
}
153+
}

0 commit comments

Comments
 (0)
Please sign in to comment.