-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1110:CI-only: create detect-secrets baseline file
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
1 parent
5620ce9
commit 4f22cb8
Showing
1 changed file
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |