Skip to content

Commit 802b87e

Browse files
committed
ci: show avc denials after tests
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent dc8cf29 commit 802b87e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/validate.yml

+5
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,16 @@ jobs:
125125
lima sudo dnf install --setopt=install_weak_deps=false --setopt=tsflags=nodocs -y git-core make golang
126126
127127
- name: "make test"
128+
continue-on-error: true
128129
run: lima make -C /tmp/selinux test
129130

130131
- name: "32-bit test"
132+
continue-on-error: true
131133
run: lima make -C /tmp/selinux GOARCH=386 test
132134

135+
- name: "Show AVC denials"
136+
run: lima sudo ausearch -m AVC,USER_AVC || true
137+
133138
all-done:
134139
needs:
135140
- commit

0 commit comments

Comments
 (0)