You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix udica parsing podman json file
In podman version 1.4.0+ the structure of json file was changed. Udica
parsing procedure needs to be changed to follow podman inspection json
structure.
This commit also fixes tests in CI by recreating predefined json files.
Fix capability allow rules when capabilities are specified in JSON file
Podman provides capabilities in inspected JSON file, this patch fixin
the issue.