diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7a54a16..3e651a40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ] diff --git a/.secrets.baseline b/.secrets.baseline index 23aa3c3a..75473e7e 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -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" @@ -127,7 +127,7 @@ } ] }, - "version": "0.13.1+ibm.28.dss", + "version": "0.13.1+ibm.29.dss", "word_list": { "file": null, "hash": null