mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
adjust exclude paths
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
f4500457fa
commit
6ce8b68650
1 changed files with 5 additions and 6 deletions
|
@ -5,13 +5,12 @@
|
|||
# option will be parsed relative to the CWD of execution.
|
||||
exclude_paths:
|
||||
- .cache/ # implicit unless exclude_paths is defined in config
|
||||
- ../.github/
|
||||
# add all waivers individually, since exclude_files does not support globs
|
||||
- ../molecule/os_hardening/waivers.yaml
|
||||
- ../molecule/ssh_hardening_bsd/waivers_freebsd12.yaml
|
||||
- ../molecule/ssh_hardening_bsd/waivers_freebsd13.yaml
|
||||
- ../molecule/ssh_hardening_bsd/waivers_freebsd14.yaml
|
||||
- ../molecule/ssh_hardening_bsd/waivers_openbsd7.yaml
|
||||
- molecule/os_hardening/waivers.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd12.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd13.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd14.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_openbsd7.yaml
|
||||
|
||||
mock_roles:
|
||||
- geerlingguy.git
|
||||
|
|
Loading…
Reference in a new issue