Skip to content

Commit

Permalink
Merge pull request #32 from alphagov/pp-12946/upgrade-detect-secrets
Browse files Browse the repository at this point in the history
PP-12946: Upgrade detect-secrets
  • Loading branch information
jfharden authored Jul 22, 2024
2 parents 2d04ba2 + 0eef305 commit 39bc7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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' ]
4 changes: 2 additions & 2 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 @@ -143,5 +143,5 @@
}
]
},
"generated_at": "2024-02-19T13:47:06Z"
"generated_at": "2024-07-22T15:18:37Z"
}

0 comments on commit 39bc7fe

Please sign in to comment.