Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: git@github.com:Yelp/detect-secrets
rev: v0.13.1
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]
139 changes: 139 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
{
"exclude": {
"files": null,
"lines": null
},
"generated_at": "2020-07-31T17:28:33Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"name": "ArtifactoryDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"name": "CloudantDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"keyword_exclude": null,
"name": "KeywordDetector"
},
{
"name": "MailchimpDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"results": {
".travis.yml": [
{
"hashed_secret": "384c4b72b704d0927b5a27017b1da017323de39c",
"is_verified": false,
"line_number": 20,
"type": "AWS Access Key"
}
],
"gdcdictionary/examples/valid/aligned_reads_index.json": [
{
"hashed_secret": "a1ba33896d16eda8522e531edbaf3b625c1f4c31",
"is_verified": false,
"line_number": 6,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/experimental_metadata.json": [
{
"hashed_secret": "daef34f66b6e909f3a22ffd063d48eb428067b6e",
"is_verified": false,
"line_number": 6,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/slide_image.json": [
{
"hashed_secret": "daef34f66b6e909f3a22ffd063d48eb428067b6e",
"is_verified": false,
"line_number": 6,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/submitted_aligned_reads.json": [
{
"hashed_secret": "e3f181b6b92d74e30d524d03029e785d0c7c7535",
"is_verified": false,
"line_number": 7,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/submitted_copy_number.json": [
{
"hashed_secret": "e3f181b6b92d74e30d524d03029e785d0c7c7535",
"is_verified": false,
"line_number": 6,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/submitted_methylation.json": [
{
"hashed_secret": "e3f181b6b92d74e30d524d03029e785d0c7c7535",
"is_verified": false,
"line_number": 7,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/submitted_somatic_mutation.json": [
{
"hashed_secret": "a1ba33896d16eda8522e531edbaf3b625c1f4c31",
"is_verified": false,
"line_number": 9,
"type": "Hex High Entropy String"
}
],
"gdcdictionary/examples/valid/submitted_unaligned_reads.json": [
{
"hashed_secret": "88e3a7adc1779a311467797f00d2edc5e9697d9c",
"is_verified": false,
"line_number": 7,
"type": "Hex High Entropy String"
}
]
},
"version": "0.13.1",
"word_list": {
"file": null,
"hash": null
}
}