kwillmon-veracode
Results
1
comments of
kwillmon-veracode
I [tested](https://github.com/phylum-dev/cli/actions/runs/13996368206/job/39192434527) disabling apparmor by adding these lines to our tests (as suggested [here](https://github.com/actions/runner-images/issues/10015#issuecomment-2668163375)): ```sh sudo aa-teardown || true sudo systemctl disable --now apparmor.service ``` That seems to let the...