Skip to content

Commit

Permalink
detect secrets version and new audit
Browse files Browse the repository at this point in the history
  • Loading branch information
daw3rd committed Apr 25, 2024
1 parent 738a8b2 commit 98d6265
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
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ibm/detect-secrets
rev: 0.13.1+ibm.60.dss
rev: 0.13.1+ibm.62.dss
hooks:
- id: detect-secrets # pragma: whitelist secret
args: [--baseline, .secrets.baseline, --fail-on-unaudited]
Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": null,
"lines": null
},
"generated_at": "2024-04-25T18:23:57Z",
"generated_at": "2024-04-25T18:36:43Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -136,7 +136,7 @@
}
]
},
"version": "0.13.1+ibm.60.dss",
"version": "0.13.1+ibm.62.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit 98d6265

Please sign in to comment.