mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Added requirements Make
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e1c41c4652
commit
801eff8a53
2 changed files with 16 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# TESTS
|
||||
|
||||
all: yamllint
|
||||
|
||||
yamllint:
|
||||
git ls-files "*.yml"|xargs yamllint
|
||||
|
||||
requirements:
|
||||
@echo 'Python dependencies:'
|
||||
@cat requirements.txt
|
||||
pip install -r requirements.txt
|
||||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
passlib
|
||||
lxml
|
||||
xmltodict
|
||||
jmespath
|
||||
yamllint
|
||||
Loading…
Add table
Add a link
Reference in a new issue