Skip to content

Commit 1ff5997

Browse files
NoeSamailleGitHub Enterprise
authored andcommitted
Merge pull request #8 from ecosystem-engineering/rebuild
Blank - trigger rebuild
2 parents 45ab7ac + 8ef66c8 commit 1ff5997

3 files changed

Lines changed: 21 additions & 12446 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# This line indicates we will use the hook from ibm/detect-secrets to run scan during committing phase.
77
repos:
8-
- repo: https://github.com/ibm/detect-secrets
9-
# If you desire to use a specific version of detect-secrets, you can replace `master` with other git revisions such as branch, tag or commit sha.
10-
# You are encouraged to use static refs such as tags, instead of branch name
11-
#
12-
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
13-
rev: master
14-
hooks:
8+
- repo: https://github.com/ibm/detect-secrets
9+
# If you desire to use a specific version of detect-secrets, you can replace `master` with other git revisions such as branch, tag or commit sha.
10+
# You are encouraged to use static refs such as tags, instead of branch name
11+
#
12+
# Running "pre-commit autoupdate" automatically updates rev to latest tag
13+
rev: 0.13.1+ibm.56.dss
14+
hooks:
1515
- id: detect-secrets # pragma: whitelist secret
1616
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
1717
# You may also run `pre-commit run detect-secrets` to preview the scan result.
1818
# when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
1919
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
2020
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
21-
args: [--baseline, .secrets.baseline, --use-all-plugins]
21+
args: [--baseline, .secrets.baseline, --use-all-plugins]

0 commit comments

Comments
 (0)