Releases · step-security/harden-runner (original) (raw)
v2.19.4
21 May 16:09
Immutablerelease. Only release title and notes can be modified.
What's Changed
- Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner
Full Changelog: v2.19.3...v2.19.4
v2.19.3
14 May 21:31
Immutablerelease. Only release title and notes can be modified.
v2.19.2
13 May 20:32
Immutablerelease. Only release title and notes can be modified.
What's Changed
- Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.
Full Changelog: v2.19.1...v2.19.2
v2.19.1
02 May 15:27
Immutablerelease. Only release title and notes can be modified.
What's Changed
- fix: detect ubuntu-slim runners early and bail out by @devantler in #657
What the fix changes
- Harden-Runner will detect
ubuntu-slimrunners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.
What the fix does not do
- Jobs running on
ubuntu-slimwill not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities). - Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.
For StepSecurity enterprise customers
If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.
New Contributors
- @devantler made their first contribution in #657
Full Changelog: v2.19.0...v2.19.1
v2.19.0
20 Apr 07:43
Immutablerelease. Only release title and notes can be modified.
What's Changed
New Runner Support
Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.
Automated Incident Response for Supply Chain Attacks
- Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.
- System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).
Bug Fixes
Windows and macOS: stability and reliability fixes
Full Changelog: v2.18.0...v2.19.0
v2.18.0
15 Apr 07:51
Immutablerelease. Only release title and notes can be modified.
What's Changed
Global Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.
Deploy on Self-Hosted VM: Added deploy-on-self-hosted-vm input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.
Full Changelog: v2.17.0...v2.18.0
v2.17.0
09 Apr 15:17
Immutablerelease. Only release title and notes can be modified.
What's Changed
Policy Store Support
Added use-policy-store and api-key inputs to fetch security policies directly from the StepSecurity Policy Store. Policies can be defined and attached at the workflow, repo, org, or cluster (ARC) level, with the most granular policy taking precedence. This is the preferred method over the existing policy input which requires id-token: write permission. If no policy is found in the store, the action defaults to audit mode.
Full Changelog: v2.16.1...v2.17.0
v2.16.1
31 Mar 14:32
Immutablerelease. Only release title and notes can be modified.
What's Changed
Enterprise tier: Added support for direct IP addresses in the allow list
Community tier: Migrated Harden Runner telemetry to a new endpoint
Full Changelog: v2.16.0...v2.16.1
v2.16.0
What's Changed
- Updated action.yml to use node24
- Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
- Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.
Full Changelog: v2.15.1...v2.16.0
v2.15.1
What's Changed
- Fixes #642 bug due to which post step was failing on Windows ARM runners
- Updates npm packages
Full Changelog: v2.15.0...v2.15.1