Skip to content

Releases: step-security/harden-runner

v2.17.0

09 Apr 15:17
Immutable release. Only release title and notes can be modified.
f808768

Choose a tag to compare

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
Immutable release. Only release title and notes can be modified.
fe10465

Choose a tag to compare

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

16 Mar 07:23
fa2e9d6

Choose a tag to compare

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

05 Mar 21:05
58077d3

Choose a tag to compare

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

v2.15.0

24 Feb 23:27
a90bcbc

Choose a tag to compare

What's Changed

Windows and macOS runner support

We are excited to announce that Harden Runner now supports Windows and macOS runners, extending runtime security beyond Linux for the first time.

Insights for Windows and macOS runners will be displayed in the same consistent format you are already familiar with from Linux runners, giving you a unified view of runtime activity across all platforms.

Full Changelog: v2.14.2...v2.15.0

v2.14.2

07 Feb 01:29
5ef0c07

Choose a tag to compare

What's Changed

Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See GHSA-cpmj-h4f6-r6pq for details.

Full Changelog: v2.14.1...v2.14.2

v2.14.1

26 Jan 05:03
e3f713f

Choose a tag to compare

What's Changed

  1. In some self-hosted environments, the agent could briefly fall back to public DNS resolvers during startup if the system DNS was not yet available. This behavior was unintended for GitHub-hosted runners and has now been fixed to prevent any use of public DNS resolvers.

  2. Fixed npm audit vulnerabilities

Full Changelog: v2.14.0...v2.14.1

v2.14.0

09 Dec 19:33
20cf305

Choose a tag to compare

What's Changed

  • Selective installation: Harden-Runner now skips installation on GitHub-hosted runners when the repository has a custom property skip_harden_runner, allowing organizations to opt out specific repos.
  • Avoid double install: The action no longer installs Harden-Runner if it’s already present on a GitHub-hosted runner, which could happen when a composite action also installs it.

Full Changelog: v2.13.3...v2.14.0

v2.13.3

02 Dec 04:48
df199fb

Choose a tag to compare

What's Changed

  • Fixed an issue where process events were not uploaded in certain edge cases.

Full Changelog: v2.13.2...v2.13.3

v2.13.2

05 Nov 08:24
95d9a5d

Choose a tag to compare

What's Changed

  • Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
  • Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.

Full Changelog: v2.13.1...v2.13.2