Closed thorinaboenke closed 3 months ago
This PR solves issue #64
check if the playbook-file is actually a valid filepath and use that
if not, check if the playbook is inside the current directory
if not, check if the playbook is in /etc/attackmate/playbooks
adapt docs
add unit tests for parse_playbook
I suggest:
implemented as Hoti suggested, lets not overcomplicate it :)
This PR solves issue #64
check if the playbook-file is actually a valid filepath and use that
if not, check if the playbook is inside the current directory
if not, check if the playbook is in /etc/attackmate/playbooks
adapt docs
add unit tests for parse_playbook