forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
ccac707ddb
commit
c9cf2c8396
1 changed files with 3 additions and 5 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
##### CI for use by github no need for action to be added
|
##### CI for use by github no need for action to be added
|
||||||
##### Inherited
|
##### Inherited
|
||||||
ci:
|
ci:
|
||||||
autofix_prs: false
|
autofix_prs: false
|
||||||
skip: [detect-aws-credentials, ansible-lint ]
|
skip: [detect-aws-credentials, ansible-lint ]
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
@ -33,14 +33,12 @@ repos:
|
||||||
rev: v1.5.0
|
rev: v1.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
args: [ '--baseline', '.config/.secrets.baseline' ]
|
exclude: templates/etc/security/pwquality.conf.d/50-pwcomplexity.conf.j2:3
|
||||||
exclude: .config/.gitleaks-report.json
|
|
||||||
|
|
||||||
- repo: https://github.com/gitleaks/gitleaks
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
rev: v8.18.4
|
rev: v8.18.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks
|
- id: gitleaks
|
||||||
args: ['--baseline-path', '.config/.gitleaks-report.json']
|
|
||||||
|
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
rev: v24.7.0
|
rev: v24.7.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue