Skip to content

Commit

Permalink
Run accounts tag in authentication test
Browse files Browse the repository at this point in the history
If this would fix AUTH-9283 in the runner
  • Loading branch information
pyllyukko committed Dec 17, 2024
1 parent b770ac8 commit 53cbc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run Lynis (pre-harden)
run: sudo lynis audit system --skip-plugins --tests-from-group authentication
- name: Run Ansible playbook for passwords, pam & umask
run: ansible-playbook harden.yml --tags passwords,pam,umask --skip-tags slackware,centos
run: ansible-playbook harden.yml --tags passwords,pam,umask,accounts --skip-tags slackware,centos
- name: Run Lynis
run: sudo lynis audit system --skip-plugins --tests-from-group authentication
- name: chmod Lynis log
Expand Down

0 comments on commit 53cbc44

Please sign in to comment.