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 986d7d9 commit fb85183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
/usr/lib/nagios/plugins/check_ro_mounts.pl -d
continue-on-error: true
- name: Execute with include overlay file system (should not detect any read-only mounts)
- name: Execute with specific file system ext4 (should not detect any read-only mounts)
run: |
/usr/lib/nagios/plugins/check_ro_mounts.pl -T overlay
/usr/lib/nagios/plugins/check_ro_mounts.pl -T ext4
- name: Execute with excluded file systems and mount paths (should not detect any read-only mounts)
run: |
/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
Expand Down

0 comments on commit fb85183

Please sign in to comment.