Skip to content

Commit

Permalink
chore(.pre-commit-config.yaml): update our pre-commit to use latest d…
Browse files Browse the repository at this point in the history
…etect secrets (Yelp#412)
  • Loading branch information
justineyster authored and GitHub Enterprise committed Feb 17, 2021
1 parent c463402 commit aa5f98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ repos:
# You are encouraged to use static refs such as tags, instead of branch name
#
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
rev: 0.13.1+ibm.28.dss
rev: 0.13.1+ibm.29.dss
hooks:
- id: detect-secrets # pragma: whitelist secret
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
# You may also run `pre-commit run detect-secrets` to preview the scan result.
# when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
args: [--baseline, .secrets.baseline, --use-all-plugins, --no-keyword-scan, --no-db2-scan ]
args: [--baseline, .secrets.baseline, --use-all-plugins, --no-keyword-scan ]
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": "test_data/.*|tests/.*|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-02-16T16:44:06Z",
"generated_at": "2021-02-17T16:46:57Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -127,7 +127,7 @@
}
]
},
"version": "0.13.1+ibm.28.dss",
"version": "0.13.1+ibm.29.dss",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit aa5f98b

Please sign in to comment.