Skip to content

Commit

Permalink
Don't use /etc/pam.d/common-* glob in auth test log archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 18, 2024
1 parent 05377b1 commit 44096c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: authentication
# We can't use common-* here because "Error: The path for one of the files in artifact is not valid: etc/pam.d/common-auth.10050.2024-12-18@17:28:53~. Contains the following character: Colon :"
path: |
/var/log/lynis.log
/etc/pam.d/common-*
/etc/pam.d/common-account
/etc/pam.d/common-auth
/etc/pam.d/common-password
/etc/pam.d/common-session
accounting:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 44096c9

Please sign in to comment.