mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
ci(github): split the final step in two.
This commit is contained in:
parent
5bf8d362fa
commit
3c0c68f28f
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: |
|
||||
make bats
|
||||
|
||||
- name: Show final AppArmor logs and processes security context
|
||||
- name: Show final AppArmor logs
|
||||
if: always()
|
||||
run: |
|
||||
sudo aa-log -s --raw
|
||||
|
||||
- name: Show final processes security context
|
||||
if: always()
|
||||
run: |
|
||||
sudo ps auxZ | grep -v '\[.*\]'
|
||||
|
|
Loading…
Reference in a new issue