Skip to content

Commit

Permalink
1110:CI-only: create detect-secrets baseline file
Browse files Browse the repository at this point in the history
This creates a baseline file (and initial responses to any potential
secrets found).

See the following for more info:
https://github.com/IBM/detect-secrets

Signed-off-by: Andrew Geissler <[email protected]>
  • Loading branch information
geissonator committed May 10, 2024
1 parent 5620ce9 commit 4f22cb8
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"exclude": {
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-04-24T20:08:02Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"name": "ArtifactoryDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"name": "BoxDetector"
},
{
"name": "CloudantDetector"
},
{
"ghe_instance": "github.ibm.com",
"name": "GheDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
},
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"results": {
"subprojects/libgpiod.wrap": [
{
"hashed_secret": "ceb1415ebb8b4ef552361d439e1e89739ec54d7b",
"is_secret": false,
"is_verified": false,
"line_number": 5,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "b03fdf4686c9334ecb96e8720e4f9989e97ecd11",
"is_secret": false,
"is_verified": false,
"line_number": 8,
"type": "Hex High Entropy String",
"verified_result": null
}
]
},
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
}
}

0 comments on commit 4f22cb8

Please sign in to comment.