Skip to content

Commit

Permalink
Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Jan 16, 2024
1 parent bf6f32a commit c58bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
/usr/lib/nagios/plugins/check_ro_mounts.pl -X securityfs -X pstore -X autofs -X bpf -X mqueue -X debugfs -X tracefs -X fusectl -X configfs -X ramfs -X squashfs -X tmpfs -X proc -X devpts -X sysfs -X cgroup -X cgroup2
- name: Execute with file systems in missing fstab file (should alert for missing /etc/fstab)
run: |
/usr/lib/nagios/plugins/check_ro_mounts.pl -F
/usr/lib/nagios/plugins/check_ro_mounts.pl -F -f ./fstab
continue-on-error: true
- name: Execute with file systems in fstab file (should not detect any read-only mounts)
run: |
Expand Down

0 comments on commit c58bcab

Please sign in to comment.