Skip to content

Commit

Permalink
Collect /etc/pam.d/common-* in auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 18, 2024
1 parent 7c6a8a1 commit ae28c1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
- name: Archive Lynis log
uses: actions/upload-artifact@v4
with:
name: lynis-authentication.log
path: /var/log/lynis.log
name: authentication
path:
- /var/log/lynis.log
- /etc/pam.d/common-*
accounting:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ae28c1e

Please sign in to comment.