*No copyright* Apache License ----------------------------- detect-secrets-1.5.0/setup.py *No copyright* Apache License 2.0 --------------------------------- detect-secrets-1.5.0/LICENSE MIT License ----------- detect-secrets-1.5.0/detect_secrets/plugins/keyword.py detect-secrets-1.5.0/detect_secrets/plugins/private_key.py Unknown or generated -------------------- detect-secrets-1.5.0/.coveragerc detect-secrets-1.5.0/.deactivate.sh detect-secrets-1.5.0/.github/dependabot.yml detect-secrets-1.5.0/.github/issue_template.md detect-secrets-1.5.0/.github/pull_request_template.md detect-secrets-1.5.0/.github/workflows/ci.yml detect-secrets-1.5.0/.github/workflows/pypi.yml detect-secrets-1.5.0/.pre-commit-config.yaml detect-secrets-1.5.0/.pre-commit-hooks.yaml detect-secrets-1.5.0/.secrets.baseline detect-secrets-1.5.0/CHANGELOG.md detect-secrets-1.5.0/CONTRIBUTING.md detect-secrets-1.5.0/CONTRIBUTORS.md detect-secrets-1.5.0/MANIFEST.in detect-secrets-1.5.0/Makefile detect-secrets-1.5.0/README.md detect-secrets-1.5.0/detect_secrets/__init__.py detect-secrets-1.5.0/detect_secrets/__main__.py detect-secrets-1.5.0/detect_secrets/__version__.py detect-secrets-1.5.0/detect_secrets/audit/__init__.py detect-secrets-1.5.0/detect_secrets/audit/analytics.py detect-secrets-1.5.0/detect_secrets/audit/audit.py detect-secrets-1.5.0/detect_secrets/audit/common.py detect-secrets-1.5.0/detect_secrets/audit/compare.py detect-secrets-1.5.0/detect_secrets/audit/io.py detect-secrets-1.5.0/detect_secrets/audit/iterator.py detect-secrets-1.5.0/detect_secrets/audit/report.py detect-secrets-1.5.0/detect_secrets/constants.py detect-secrets-1.5.0/detect_secrets/core/baseline.py detect-secrets-1.5.0/detect_secrets/core/log.py detect-secrets-1.5.0/detect_secrets/core/plugins/__init__.py detect-secrets-1.5.0/detect_secrets/core/plugins/initialize.py detect-secrets-1.5.0/detect_secrets/core/plugins/util.py detect-secrets-1.5.0/detect_secrets/core/potential_secret.py detect-secrets-1.5.0/detect_secrets/core/scan.py detect-secrets-1.5.0/detect_secrets/core/secrets_collection.py detect-secrets-1.5.0/detect_secrets/core/upgrades/__init__.py detect-secrets-1.5.0/detect_secrets/core/upgrades/v0_12.py detect-secrets-1.5.0/detect_secrets/core/upgrades/v1_0.py detect-secrets-1.5.0/detect_secrets/core/upgrades/v1_1.py detect-secrets-1.5.0/detect_secrets/core/usage/__init__.py detect-secrets-1.5.0/detect_secrets/core/usage/audit.py detect-secrets-1.5.0/detect_secrets/core/usage/baseline.py detect-secrets-1.5.0/detect_secrets/core/usage/common.py detect-secrets-1.5.0/detect_secrets/core/usage/filters.py detect-secrets-1.5.0/detect_secrets/core/usage/plugins.py detect-secrets-1.5.0/detect_secrets/core/usage/scan.py detect-secrets-1.5.0/detect_secrets/exceptions.py detect-secrets-1.5.0/detect_secrets/filters/__init__.py detect-secrets-1.5.0/detect_secrets/filters/allowlist.py detect-secrets-1.5.0/detect_secrets/filters/common.py detect-secrets-1.5.0/detect_secrets/filters/gibberish/__init__.py detect-secrets-1.5.0/detect_secrets/filters/gibberish/rfc.model detect-secrets-1.5.0/detect_secrets/filters/heuristic.py detect-secrets-1.5.0/detect_secrets/filters/regex.py detect-secrets-1.5.0/detect_secrets/filters/util.py detect-secrets-1.5.0/detect_secrets/filters/wordlist.py detect-secrets-1.5.0/detect_secrets/main.py detect-secrets-1.5.0/detect_secrets/plugins/artifactory.py detect-secrets-1.5.0/detect_secrets/plugins/aws.py detect-secrets-1.5.0/detect_secrets/plugins/azure_storage_key.py detect-secrets-1.5.0/detect_secrets/plugins/base.py detect-secrets-1.5.0/detect_secrets/plugins/basic_auth.py detect-secrets-1.5.0/detect_secrets/plugins/cloudant.py detect-secrets-1.5.0/detect_secrets/plugins/discord.py detect-secrets-1.5.0/detect_secrets/plugins/github_token.py detect-secrets-1.5.0/detect_secrets/plugins/gitlab_token.py detect-secrets-1.5.0/detect_secrets/plugins/high_entropy_strings.py detect-secrets-1.5.0/detect_secrets/plugins/ibm_cloud_iam.py detect-secrets-1.5.0/detect_secrets/plugins/ibm_cos_hmac.py detect-secrets-1.5.0/detect_secrets/plugins/ip_public.py detect-secrets-1.5.0/detect_secrets/plugins/jwt.py detect-secrets-1.5.0/detect_secrets/plugins/mailchimp.py detect-secrets-1.5.0/detect_secrets/plugins/npm.py detect-secrets-1.5.0/detect_secrets/plugins/openai.py detect-secrets-1.5.0/detect_secrets/plugins/pypi_token.py detect-secrets-1.5.0/detect_secrets/plugins/sendgrid.py detect-secrets-1.5.0/detect_secrets/plugins/slack.py detect-secrets-1.5.0/detect_secrets/plugins/softlayer.py detect-secrets-1.5.0/detect_secrets/plugins/square_oauth.py detect-secrets-1.5.0/detect_secrets/plugins/stripe.py detect-secrets-1.5.0/detect_secrets/plugins/telegram_token.py detect-secrets-1.5.0/detect_secrets/plugins/twilio.py detect-secrets-1.5.0/detect_secrets/pre_commit_hook.py detect-secrets-1.5.0/detect_secrets/settings.py detect-secrets-1.5.0/detect_secrets/transformers/__init__.py detect-secrets-1.5.0/detect_secrets/transformers/base.py detect-secrets-1.5.0/detect_secrets/transformers/config.py detect-secrets-1.5.0/detect_secrets/transformers/exceptions.py detect-secrets-1.5.0/detect_secrets/transformers/yaml.py detect-secrets-1.5.0/detect_secrets/types.py detect-secrets-1.5.0/detect_secrets/util/code_snippet.py detect-secrets-1.5.0/detect_secrets/util/color.py detect-secrets-1.5.0/detect_secrets/util/filetype.py detect-secrets-1.5.0/detect_secrets/util/git.py detect-secrets-1.5.0/detect_secrets/util/importlib.py detect-secrets-1.5.0/detect_secrets/util/inject.py detect-secrets-1.5.0/detect_secrets/util/path.py detect-secrets-1.5.0/detect_secrets/util/semver.py detect-secrets-1.5.0/docs/audit.md detect-secrets-1.5.0/docs/design.md detect-secrets-1.5.0/docs/filters.md detect-secrets-1.5.0/docs/plugins.md detect-secrets-1.5.0/docs/scanning-flowchart.png detect-secrets-1.5.0/docs/upgrades.md detect-secrets-1.5.0/mypy.ini detect-secrets-1.5.0/requirements-dev-minimal.txt detect-secrets-1.5.0/requirements-dev.txt detect-secrets-1.5.0/scripts/benchmark.py detect-secrets-1.5.0/scripts/bump-version detect-secrets-1.5.0/scripts/run_performance_tests.py detect-secrets-1.5.0/setup.cfg detect-secrets-1.5.0/test_data/baseline.file detect-secrets-1.5.0/test_data/config.env detect-secrets-1.5.0/test_data/config.ini detect-secrets-1.5.0/test_data/config.md detect-secrets-1.5.0/test_data/config.yaml detect-secrets-1.5.0/test_data/config2.yaml detect-secrets-1.5.0/test_data/each_secret.py detect-secrets-1.5.0/test_data/files/file_with_custom_secrets.py detect-secrets-1.5.0/test_data/files/file_with_no_secrets.py detect-secrets-1.5.0/test_data/files/file_with_secrets.py detect-secrets-1.5.0/test_data/files/private_key detect-secrets-1.5.0/test_data/files/tmp/file_with_no_secrets.py detect-secrets-1.5.0/test_data/files/tmp/file_with_secrets.py detect-secrets-1.5.0/test_data/only_comments.yaml detect-secrets-1.5.0/test_data/performance/best-songs.txt detect-secrets-1.5.0/test_data/performance/long-file.test.json detect-secrets-1.5.0/test_data/performance/long-lines.test.json detect-secrets-1.5.0/test_data/sample.diff detect-secrets-1.5.0/test_data/short_files/first_line.php detect-secrets-1.5.0/test_data/short_files/last_line.ini detect-secrets-1.5.0/test_data/short_files/middle_line.yml detect-secrets-1.5.0/test_data/word_list.txt detect-secrets-1.5.0/testing/custom_filters.py detect-secrets-1.5.0/testing/custom_plugins_dir/dessert.py detect-secrets-1.5.0/testing/factories.py detect-secrets-1.5.0/testing/mocks.py detect-secrets-1.5.0/testing/plugins.py detect-secrets-1.5.0/tests/audit/analytics_test.py detect-secrets-1.5.0/tests/audit/audit_test.py detect-secrets-1.5.0/tests/audit/compare_test.py detect-secrets-1.5.0/tests/audit/conftest.py detect-secrets-1.5.0/tests/audit/io_test.py detect-secrets-1.5.0/tests/audit/iterator_test.py detect-secrets-1.5.0/tests/audit/report_test.py detect-secrets-1.5.0/tests/conftest.py detect-secrets-1.5.0/tests/core/baseline_test.py detect-secrets-1.5.0/tests/core/plugins/initialize_test.py detect-secrets-1.5.0/tests/core/potential_secret_test.py detect-secrets-1.5.0/tests/core/scan_test.py detect-secrets-1.5.0/tests/core/secrets_collection_test.py detect-secrets-1.5.0/tests/core/upgrades/upgrade_to_v1_0_test.py detect-secrets-1.5.0/tests/core/usage/audit_usage_test.py detect-secrets-1.5.0/tests/core/usage/baseline_usage_test.py detect-secrets-1.5.0/tests/core/usage/filters_usage_test.py detect-secrets-1.5.0/tests/core/usage/plugins_usage_test.py detect-secrets-1.5.0/tests/core/usage/scan_usage_test.py detect-secrets-1.5.0/tests/filters/allowlist_filter_test.py detect-secrets-1.5.0/tests/filters/common_filter_test.py detect-secrets-1.5.0/tests/filters/gibberish_filter_test.py detect-secrets-1.5.0/tests/filters/heuristic_filter_test.py detect-secrets-1.5.0/tests/filters/regex_filter_test.py detect-secrets-1.5.0/tests/filters/wordlist_filter_test.py detect-secrets-1.5.0/tests/main_test.py detect-secrets-1.5.0/tests/plugins/artifactory_test.py detect-secrets-1.5.0/tests/plugins/aws_key_test.py detect-secrets-1.5.0/tests/plugins/azure_storage_key_test.py detect-secrets-1.5.0/tests/plugins/base_test.py detect-secrets-1.5.0/tests/plugins/basic_auth_test.py detect-secrets-1.5.0/tests/plugins/cloudant_test.py detect-secrets-1.5.0/tests/plugins/discord_test.py detect-secrets-1.5.0/tests/plugins/github_token_test.py detect-secrets-1.5.0/tests/plugins/gitlab_token_test.py detect-secrets-1.5.0/tests/plugins/high_entropy_strings_test.py detect-secrets-1.5.0/tests/plugins/ibm_cloud_iam_test.py detect-secrets-1.5.0/tests/plugins/ibm_cos_hmac_test.py detect-secrets-1.5.0/tests/plugins/ip_public_test.py detect-secrets-1.5.0/tests/plugins/jwt_test.py detect-secrets-1.5.0/tests/plugins/keyword_test.py detect-secrets-1.5.0/tests/plugins/mailchimp_key_test.py detect-secrets-1.5.0/tests/plugins/npm_test.py detect-secrets-1.5.0/tests/plugins/openai_test.py detect-secrets-1.5.0/tests/plugins/private_key_test.py detect-secrets-1.5.0/tests/plugins/pypi_token_test.py detect-secrets-1.5.0/tests/plugins/sendgrid_test.py detect-secrets-1.5.0/tests/plugins/slack_test.py detect-secrets-1.5.0/tests/plugins/softlayer_test.py detect-secrets-1.5.0/tests/plugins/square_oauth_test.py detect-secrets-1.5.0/tests/plugins/stripe_key_test.py detect-secrets-1.5.0/tests/plugins/telegram_token_test.py detect-secrets-1.5.0/tests/plugins/twilio_test.py detect-secrets-1.5.0/tests/pre_commit_hook_test.py detect-secrets-1.5.0/tests/transformers/config_transformer_test.py detect-secrets-1.5.0/tests/transformers/import_test.py detect-secrets-1.5.0/tests/transformers/yaml_transformer_test.py detect-secrets-1.5.0/tests/util/code_snippet_test.py detect-secrets-1.5.0/tests/util/color_test.py detect-secrets-1.5.0/tests/util/semver_test.py detect-secrets-1.5.0/tox.ini