Skip to content

Commit

Permalink
ansible-playbook/file_integrity test: Archive AIDE confs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Feb 22, 2025
1 parent bc44a3e commit 45e6639
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,11 @@ jobs:
- name: Archive Lynis log
uses: actions/upload-artifact@v4
with:
name: lynis-file_integrity.log
path: /var/log/lynis.log
name: file_integrity
path: |
/var/log/lynis.log
/etc/default/aide
/etc/aide/aide.conf
- name: Check Lynis score
run: sudo bash tests/check_lynis_score.sh 100
storage:
Expand Down

0 comments on commit 45e6639

Please sign in to comment.