Skip to content

Commit

Permalink
"malware" test: Install python3-jmespath
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 17, 2024
1 parent fd39754 commit aaa06fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
run: ansible-playbook -v harden.yml --tags lynis --skip-tags slackware,centos
- name: Run Lynis (pre-harden)
run: sudo lynis audit system --skip-plugins --tests-from-group malware
- name: Install python3-jmespath
run: sudo apt-get -y install python3-jmespath
- name: Run Ansible playbook for clamav, rkhunter & chkrootkit
run: ansible-playbook harden.yml --tags clamav,rkhunter,chkrootkit --skip-tags slackware,yara
- name: Run Lynis
Expand Down

0 comments on commit aaa06fc

Please sign in to comment.