diff --git a/.secrets.baseline b/.secrets.baseline index 4c62e11..3cfbc96 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -1,6 +1,176 @@ { - "version": "1.4.0", - "plugins_used": [], - "filters_used": [], - "results": {} + "version": "1.5.0", + "plugins_used": [ + { + "name": "ArtifactoryDetector" + }, + { + "name": "AWSKeyDetector" + }, + { + "name": "AzureStorageKeyDetector" + }, + { + "name": "Base64HighEntropyString", + "limit": 4.5 + }, + { + "name": "BasicAuthDetector" + }, + { + "name": "CloudantDetector" + }, + { + "name": "DiscordBotTokenDetector" + }, + { + "name": "GitHubTokenDetector" + }, + { + "name": "GitLabTokenDetector" + }, + { + "name": "HexHighEntropyString", + "limit": 3.0 + }, + { + "name": "IbmCloudIamDetector" + }, + { + "name": "IbmCosHmacDetector" + }, + { + "name": "IPPublicDetector" + }, + { + "name": "JwtTokenDetector" + }, + { + "name": "KeywordDetector", + "keyword_exclude": "" + }, + { + "name": "MailchimpDetector" + }, + { + "name": "NpmDetector" + }, + { + "name": "OpenAIDetector" + }, + { + "name": "PrivateKeyDetector" + }, + { + "name": "PypiTokenDetector" + }, + { + "name": "SendGridDetector" + }, + { + "name": "SlackDetector" + }, + { + "name": "SoftlayerDetector" + }, + { + "name": "SquareOAuthDetector" + }, + { + "name": "StripeDetector" + }, + { + "name": "TelegramBotTokenDetector" + }, + { + "name": "TwilioKeyDetector" + } + ], + "filters_used": [ + { + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" + }, + { + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", + "min_level": 2 + }, + { + "path": "detect_secrets.filters.heuristic.is_indirect_reference" + }, + { + "path": "detect_secrets.filters.heuristic.is_likely_id_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_lock_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_potential_uuid" + }, + { + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" + }, + { + "path": "detect_secrets.filters.heuristic.is_sequential_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_swagger_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_templated_secret" + } + ], + "results": { + "README.md": [ + { + "type": "Secret Keyword", + "filename": "README.md", + "hashed_secret": "4828aeee87a0527949cb106d4c50ae10fd333cef", + "is_verified": false, + "line_number": 74 + }, + { + "type": "Secret Keyword", + "filename": "README.md", + "hashed_secret": "182f59c3b9f62e577aa1cf16f878a4e38633a578", + "is_verified": false, + "line_number": 76 + } + ], + "config_template.json": [ + { + "type": "Secret Keyword", + "filename": "config_template.json", + "hashed_secret": "055bb55ead1ad799af50f569f42c6429ec303bda", + "is_verified": false, + "line_number": 8 + }, + { + "type": "Secret Keyword", + "filename": "config_template.json", + "hashed_secret": "182f59c3b9f62e577aa1cf16f878a4e38633a578", + "is_verified": false, + "line_number": 10 + } + ], + "systemd/install.sh": [ + { + "type": "Secret Keyword", + "filename": "systemd/install.sh", + "hashed_secret": "0d1ba0da3e84e54f29846c93c43182eede365858", + "is_verified": false, + "line_number": 59 + }, + { + "type": "Secret Keyword", + "filename": "systemd/install.sh", + "hashed_secret": "35c06bbf283af9520aff4b772d12f278e3cae8d4", + "is_verified": false, + "line_number": 61 + } + ] + }, + "generated_at": "2026-03-07T02:13:28Z" }