Skip to content

Commit

Permalink
update secrets-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaouchicago committed Oct 10, 2023
1 parent bf865ef commit 09f7e13
Showing 1 changed file with 103 additions and 61 deletions.
164 changes: 103 additions & 61 deletions .secrets.baseline
@@ -1,111 +1,153 @@
{
"generated_at": "2023-07-21T18:27:05Z",
"version": "1.4.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
},
{
"name": "AWSKeyDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"name": "Base64HighEntropyString",
"limit": 4.5
},
{
"name": "BasicAuthDetector"
},
{
"name": "CloudantDetector"
},
{
"name": "DiscordBotTokenDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"name": "HexHighEntropyString",
"limit": 3
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"name": "KeywordDetector",
"keyword_exclude": ""
},
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
}
],
"results": {
"README.md": [
{
"type": "Secret Keyword",
"filename": "README.md",
"hashed_secret": "df58248c414f342c81e056b40bee12d17a08bf61",
"is_verified": false,
"line_number": 41,
"is_secret": false
}
],
"examples/jupyter_example.ipynb": [
{
"type": "Secret Keyword",
"filename": "examples/jupyter_example.ipynb",
"hashed_secret": "7d93500c86ae587b3d9f4bf1b8cec36f221c8183",
"is_verified": false,
"line_number": 11,
"is_secret": false
}
],
"test/conftest.py": [
{
"type": "Basic Auth Credentials",
"filename": "test/conftest.py",
"hashed_secret": "5d0fa74acf95d1d6bebd0d37f76a94e77d604fd9",
"is_verified": false,
"line_number": 35,
"is_secret": false
}
],
"test/test_gdc_postgres_admin.py": [
{
"type": "Basic Auth Credentials",
"filename": "test/test_gdc_postgres_admin.py",
"hashed_secret": "5d0fa74acf95d1d6bebd0d37f76a94e77d604fd9",
"is_verified": false,
"line_number": 38,
"is_secret": false
}
]
},
"version": "1.4.0",
"filters_used": [
},
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
"name": "SendGridDetector"
},
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
"name": "SlackDetector"
},
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
"name": "SoftlayerDetector"
},
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
"name": "SquareOAuthDetector"
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
"name": "StripeDetector"
},
{
"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
"name": "TwilioKeyDetector"
}
],
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
"^.secrets.baseline$"
]
"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"
},
{
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
"^.secrets.baseline$"
]
}
]
],
"results": {
".gitlab-ci.yml": [
{
"type": "Secret Keyword",
"filename": ".gitlab-ci.yml",
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"is_verified": false,
"line_number": 23,
"is_secret": false
}
],
"migrations/update_legacy_states.py": [
{
"type": "Secret Keyword",
"filename": "migrations/update_legacy_states.py",
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"is_verified": false,
"line_number": 32,
"is_secret": false
}
],
"test/test_admin_script.py": [
{
"type": "Secret Keyword",
"filename": "test/test_admin_script.py",
"hashed_secret": "90e391476614602bed80a0fb950a7c5111488a3b",
"is_verified": false,
"line_number": 76,
"is_secret": false
}
]
},
"generated_at": "2023-10-10T02:21:50Z"
}

0 comments on commit 09f7e13

Please sign in to comment.