From 22e9d894a08880ae4420aeb3cc94a5562589addf Mon Sep 17 00:00:00 2001 From: Rushil Date: Tue, 18 Oct 2022 20:24:56 +0530 Subject: [PATCH] Revert "Detect secret (#21)" This reverts commit 0969a6cfd27f87bd458f6bb6990170a3ccedaf8b. Signed-off-by: Rushil --- .secrets.baseline | 114 ---------------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 .secrets.baseline diff --git a/.secrets.baseline b/.secrets.baseline deleted file mode 100644 index 83820e5..0000000 --- a/.secrets.baseline +++ /dev/null @@ -1,114 +0,0 @@ -{ - "exclude": { - "files": "package-lock.json|^.secrets.baseline$", - "lines": null - }, - "generated_at": "2022-08-18T10:22:46Z", - "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": { - "README.md": [ - { - "hashed_secret": "a68fce5565d5fdcb0aca38111f90416881951123", - "is_secret": false, - "is_verified": false, - "line_number": 80, - "type": "Secret Keyword", - "verified_result": null - }, - { - "hashed_secret": "f767eecec85ea7023b5752255363931adc38bbd4", - "is_secret": false, - "is_verified": false, - "line_number": 91, - "type": "Secret Keyword", - "verified_result": null - } - ], - "test/integration/key-protect.v2.test.js": [ - { - "hashed_secret": "b9fbf9321a42cdd96efacf223057470955ac6197", - "is_secret": false, - "is_verified": false, - "line_number": 146, - "type": "Base64 High Entropy String", - "verified_result": null - } - ] - }, - "version": "0.13.1+ibm.50.dss", - "word_list": { - "file": null, - "hash": null - } -}