Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
added secret baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthaKrish committed Nov 11, 2020
1 parent eef0ece commit 6d9ac2c
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions .secret.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"exclude": {
"files": null,
"lines": null
},
"generated_at": "2020-11-11T11:36:16Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"name": "ArtifactoryDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"name": "BoxDetector"
},
{
"name": "CloudantDetector"
},
{
"name": "Db2Detector"
},
{
"name": "GheDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
},
{
"name": "MailchimpDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"results": {
"README.md": [
{
"hashed_secret": "9cca02a6be9ed42fb9a2d32399cbd17960f5c7c4",
"is_secret": false,
"is_verified": false,
"line_number": 66,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "bf02e66086e851ba17f20d60fb91de0cc47a84a4",
"is_secret": false,
"is_verified": false,
"line_number": 78,
"type": "Secret Keyword",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.25.dss",
"word_list": {
"file": null,
"hash": null
}
}

0 comments on commit 6d9ac2c

Please sign in to comment.