Skip to content

Commit

Permalink
Merge pull request #60 from uc-cdis/integration202403
Browse files Browse the repository at this point in the history
Integration202403
  • Loading branch information
grugna authored Feb 27, 2024
2 parents 5a74e9d + 359c764 commit d3c46ef
Show file tree
Hide file tree
Showing 7 changed files with 716 additions and 721 deletions.
30 changes: 22 additions & 8 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
{
"name": "AWSKeyDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"name": "Base64HighEntropyString",
"limit": 4.5
Expand All @@ -17,9 +20,15 @@
{
"name": "CloudantDetector"
},
{
"name": "DiscordBotTokenDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"name": "HexHighEntropyString",
"limit": 3
"limit": 3.0
},
{
"name": "IbmCloudIamDetector"
Expand All @@ -37,15 +46,24 @@
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SendGridDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
Expand All @@ -57,10 +75,6 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"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
Expand Down Expand Up @@ -109,7 +123,7 @@
"filename": "README.md",
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"is_verified": false,
"line_number": 71
"line_number": 72
}
],
"bin/settings.py": [
Expand Down Expand Up @@ -257,7 +271,7 @@
"filename": "tests/integration/datadict/submission/test_endpoints.py",
"hashed_secret": "78b4db9b2aec0f0f2d3e38f9278be42b861c9dc3",
"is_verified": false,
"line_number": 1410
"line_number": 1420
}
],
"tests/integration/datadictwithobjid/submission/data/biospec1.json": [
Expand Down Expand Up @@ -336,5 +350,5 @@
}
]
},
"generated_at": "2023-10-20T23:12:07Z"
"generated_at": "2023-11-16T20:43:43Z"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# sheepdog

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0069fa67707f48a7aabfe9de6b857392)](https://www.codacy.com/app/uc-cdis/sheepdog?utm_source=github.com&utm_medium=referral&utm_content=uc-cdis/sheepdog&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/uc-cdis/sheepdog.svg?branch=master)](https://travis-ci.org/uc-cdis/sheepdog)
[![Coverage Status](https://coveralls.io/repos/github/uc-cdis/sheepdog/badge.svg)](https://coveralls.io/github/uc-cdis/sheepdog)

## Installation

### For General Usage
Expand Down
Loading

0 comments on commit d3c46ef

Please sign in to comment.