Skip to content

Commit

Permalink
ci(PRECOMMIT): add credential scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jul 9, 2023
1 parent 03f2b4a commit 048f415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- "./.yamllint.yml"
stages: [commit]
- repo: https://github.com/cicd-tools-org/pre-commit.git
rev: 0.1.0
rev: 0.2.0
hooks:
- id: format-shell
args:
Expand All @@ -65,6 +65,7 @@ repos:
- "-x"
exclude: "^roles/firewall/templates/pf-configure\\.sh\\.j2$"
files: "^.+\\.(bash|bash\\.j2|sh|sh\\.j2)$"
- id: security-credentials
- id: spelling-commit-message
- id: spelling-markdown
- repo: local
Expand Down

0 comments on commit 048f415

Please sign in to comment.