Skip to content

cisagov/action-disable-apparmor

Repository files navigation

action-disable-apparmor

GitHub Build Status

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.

---
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@v1

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

This project is in the worldwide public domain.

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.

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.

About

A GitHub Action to disable AppArmor on the GitHub runner.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages