mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 12:45:10 +01:00
ci(github): split the final step in two.
This commit is contained in:
parent
57aa1b7459
commit
d48ef023bc
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -128,8 +128,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make bats
|
make bats
|
||||||
|
|
||||||
- name: Show final AppArmor logs and processes security context
|
- name: Show final AppArmor logs
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
sudo aa-log -s --raw
|
sudo aa-log -s --raw
|
||||||
|
|
||||||
|
- name: Show final processes security context
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
sudo ps auxZ | grep -v '\[.*\]'
|
sudo ps auxZ | grep -v '\[.*\]'
|
||||||
|
|
Loading…
Reference in a new issue