mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
updated file locations
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
203cc2b682
commit
c631b24a9d
4 changed files with 4 additions and 4 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "detect_secrets.filters.common.is_baseline_file",
|
"path": "detect_secrets.filters.common.is_baseline_file",
|
||||||
"filename": ".secrets.baseline"
|
"filename": ".config/.secrets.baseline"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
|
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
|
||||||
|
|
@ -166,5 +166,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2023-08-01T16:07:28Z"
|
"generated_at": "2023-08-02T15:26:59Z"
|
||||||
}
|
}
|
||||||
|
|
@ -33,7 +33,7 @@ repos:
|
||||||
rev: v1.4.0
|
rev: v1.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
args: ['--baseline', '.secrets.baseline']
|
args: ['--baseline', '.config/.secrets.baseline']
|
||||||
exclude: package.lock.json
|
exclude: package.lock.json
|
||||||
|
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -25,5 +25,5 @@ yamllint:
|
||||||
|
|
||||||
pip-requirements:
|
pip-requirements:
|
||||||
@echo 'Python dependencies:'
|
@echo 'Python dependencies:'
|
||||||
@cat requirements.txt
|
@cat .config/requirements.txt
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue