forked from ansible-lockdown/RHEL9-CIS
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