Skip to content

Commit

Permalink
Merge pull request #2691 from alphagov/ZD-5864507-fix_payment_status
Browse files Browse the repository at this point in the history
PP-12946 upgrade detect secrets
  • Loading branch information
SandorArpa authored Jul 22, 2024
2 parents 14e56e1 + 611f6a6 commit 685087c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: [ '--baseline', '.secrets.baseline' ]
Expand Down
20 changes: 2 additions & 18 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
Expand Down Expand Up @@ -156,22 +156,6 @@
"line_number": 21
}
],
"app/clients/products/product.get-by-gateway-account-id.pact.test.js": [
{
"type": "Hex High Entropy String",
"filename": "app/clients/products/product.get-by-gateway-account-id.pact.test.js",
"hashed_secret": "98072afbff3edfd36d609674546a2b8f9261383e",
"is_verified": false,
"line_number": 20
},
{
"type": "Secret Keyword",
"filename": "app/clients/products/product.get-by-gateway-account-id.pact.test.js",
"hashed_secret": "98072afbff3edfd36d609674546a2b8f9261383e",
"is_verified": false,
"line_number": 20
}
],
"app/clients/products/product.get-by-product-external-id.pact.test.js": [
{
"type": "Hex High Entropy String",
Expand All @@ -198,5 +182,5 @@
}
]
},
"generated_at": "2022-11-08T17:36:58Z"
"generated_at": "2024-07-22T12:57:47Z"
}

0 comments on commit 685087c

Please sign in to comment.