Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.13 KB

File metadata and controls

9 lines (6 loc) · 1.13 KB

Limitations

GitHub-Hosted Runners

  • Harden-Runner is not supported when job is run in a container with built-in labels such as ubuntu-latest, as it needs sudo access on the Ubuntu VM to run. The limitation is if the entire job is run in a container. However, such jobs can be monitored when using custom VM images with GitHub-hosted runners, which requires the Enterprise tier. This is also not a limitation for Self-Hosted runners.
  • Harden-Runner is not supported on ubuntu-slim runners. The agent relies on kernel-level features that require elevated capabilities, which are not available on ubuntu-slim. The action detects ubuntu-slim and exits cleanly with an informational log message, without monitoring the job. See issue #627 for details.

Self-Hosted Actions Runner Controller (ARC) Runners

  • Since ARC Harden Runner uses eBPF, only Linux jobs are supported. Windows and MacOS jobs are not supported.