Skip to content

Commit

Permalink
Merge pull request #25 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 1b0e2ef + 65a3e4f commit ec48d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 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' ]
8 changes: 6 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 @@ -75,6 +75,10 @@
{
"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 @@ -108,5 +112,5 @@
}
],
"results": {},
"generated_at": "2023-07-14T10:09:32Z"
"generated_at": "2024-07-22T15:24:27Z"
}

0 comments on commit ec48d1d

Please sign in to comment.