https://github.com/cisagov/action-disable-apparmor
A GitHub Action to disable AppArmor on the GitHub runner.
https://github.com/cisagov/action-disable-apparmor
apparmor disable github-action
Last synced: 8 months ago
JSON representation
A GitHub Action to disable AppArmor on the GitHub runner.
- Host: GitHub
- URL: https://github.com/cisagov/action-disable-apparmor
- Owner: cisagov
- License: cc0-1.0
- Created: 2025-02-20T15:53:07.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-10-06T15:15:38.000Z (8 months ago)
- Last Synced: 2025-10-06T15:33:26.384Z (8 months ago)
- Topics: apparmor, disable, github-action
- Language: Shell
- Homepage:
- Size: 613 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# action-disable-apparmor #
[](https://github.com/cisagov/action-disable-apparmor/actions)
A GitHub Action to disable AppArmor on the GitHub runner.
## Usage ##
### Inputs ###
None.
### Outputs ###
None.
### Sample GitHub Actions workflow ###
This GitHub Action only makes changes to the runner and therefore
requires no permissions.
```yml
---
name: The workflow
on:
pull_request:
push:
jobs:
my_job:
# This job does not need any permissions
permissions: {}
runs-on: ubuntu-latest
steps:
- name: Disable AppArmor on the GitHub runner
uses: cisagov/action-disable-apparmor@437d94f26a2e4bf8c03acfb500a6afc688b497db # v1.0.0
```
## Contributing ##
We welcome contributions! Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for
details.
## License ##
This project is in the worldwide [public domain](LICENSE).
This project is in the public domain within the United States, and
copyright and related rights in the work worldwide are waived through
the [CC0 1.0 Universal public domain
dedication](https://creativecommons.org/publicdomain/zero/1.0/).
All contributions to this project will be released under the CC0
dedication. By submitting a pull request, you are agreeing to comply
with this waiver of copyright interest.