Skip to content

Commit cfc9ecc

Browse files
committed
chore(detect-secrets): run detect-secrets
1 parent d1ceea5 commit cfc9ecc

File tree

1 file changed

+54
-7
lines changed

1 file changed

+54
-7
lines changed

.secrets.baseline

Lines changed: 54 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
3-
"files": "package-lock.json|credentials.json",
3+
"files": "package-lock.json|credentials.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2020-03-03T19:34:45Z",
6+
"generated_at": "2022-03-18T17:40:34Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -25,9 +25,7 @@
2525
"name": "CloudantDetector"
2626
},
2727
{
28-
"name": "Db2Detector"
29-
},
30-
{
28+
"ghe_instance": "github.ibm.com",
3129
"name": "GheDetector"
3230
},
3331
{
@@ -66,8 +64,57 @@
6664
"name": "TwilioKeyDetector"
6765
}
6866
],
69-
"results": {},
70-
"version": "0.13.0+ibm.9.dss",
67+
"results": {
68+
"CHANGELOG.md": [
69+
{
70+
"hashed_secret": "939999726d2023fca902233e45790c08081dc91b",
71+
"is_secret": false,
72+
"is_verified": false,
73+
"line_number": 90,
74+
"type": "Hex High Entropy String",
75+
"verified_result": null
76+
}
77+
],
78+
"assistant/src/test/resources/assistant/assistant.json": [
79+
{
80+
"hashed_secret": "49568690e3778497671beb117ceecc48e01cdd4c",
81+
"is_secret": false,
82+
"is_verified": false,
83+
"line_number": 117,
84+
"type": "Secret Keyword",
85+
"verified_result": null
86+
}
87+
],
88+
"assistant/src/test/resources/assistant/message_response.json": [
89+
{
90+
"hashed_secret": "d506bd5213c46bd49e16c634754ad70113408252",
91+
"is_secret": false,
92+
"is_verified": false,
93+
"line_number": 165,
94+
"type": "Secret Keyword",
95+
"verified_result": null
96+
}
97+
],
98+
"discovery/src/main/java/com/ibm/watson/discovery/v1/model/CredentialDetails.java": [
99+
{
100+
"hashed_secret": "e8fc807ce6fbcda13f91c5b64850173873de0cdc",
101+
"is_secret": false,
102+
"is_verified": false,
103+
"line_number": 42,
104+
"type": "Secret Keyword",
105+
"verified_result": null
106+
},
107+
{
108+
"hashed_secret": "fdee05598fdd57ff8e9ae29e92c25a04f2c52fa6",
109+
"is_secret": false,
110+
"is_verified": false,
111+
"line_number": 44,
112+
"type": "Secret Keyword",
113+
"verified_result": null
114+
}
115+
]
116+
},
117+
"version": "0.13.1+ibm.47.dss",
71118
"word_list": {
72119
"file": null,
73120
"hash": null

0 commit comments

Comments
 (0)