Skip to content

Releases: step-security/harden-runner

v2.3.1

19 Apr 20:15
6b3083a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.3.1

v2.3.0

04 Apr 19:32
03bee39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.3.0

v2.2.1

11 Mar 02:40
1f99358
Compare
Choose a tag to compare

What's Changed

  • Fix issue to get cache endpoint by @h0x0er in #253
    Harden runner has the ability to automatically detect the cache endpoint used by each job. When Harden runner is used in block mode, this endpoint is added to the list of allowed endpoints. A fix has been implemented to improve this feature by updating the logic used to fetch the cache endpoint. This update involves using code from the actions/cache library to ensure the endpoint is properly retrieved.
  • Update README.md by @varunsh-coder in #247
  • Bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #248
  • Bump github/codeql-action from 2.1.38 to 2.2.4 by @dependabot in #244

Full Changelog: v2...v2.2.1

v2.2.1

11 Mar 02:40
1f99358
Compare
Choose a tag to compare

What's Changed

  • Fix issue to get cache endpoint by @h0x0er in #253
    Harden runner has the ability to automatically detect the cache endpoint used by each job. When Harden runner is used in block mode, this endpoint is added to the list of allowed endpoints. A fix has been implemented to improve this feature by updating the logic used to fetch the cache endpoint. This update involves using code from the actions/cache library to ensure the endpoint is properly retrieved.
  • Update README.md by @varunsh-coder in #247
  • Bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #248
  • Bump github/codeql-action from 2.1.38 to 2.2.4 by @dependabot in #244

Full Changelog: v2...v2.2.1

v2.2.0

20 Feb 16:07
c8454ef
Compare
Choose a tag to compare

What's Changed

  • Release v2.2.0 by @varunsh-coder in #245
    1. Added functionality that allows for skipping Harden Runner installation if any errors arise during the installation process.
    2. Updated Harden-Runner GitHub Action to use the latest version of the Harden Runner agent, which resolves three issues:
      • Addressed a bug that allowed calls to direct IP addresses not included in the allowed list when executing code in a docker image.
      • Enhanced annotations to eliminate false positives, specifically not showing false positive calls to docker.io
      • Upgraded containerd dependency to a non-vulnerable version.
  • Bump codecov/codecov-action from 2.1.0 to 3.1.1 by @dependabot in #233
  • Bump step-security/harden-runner from 2.0.0 to 2.1.0 by @dependabot in #232
  • Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #229
  • Update README.md by @varunsh-coder in #231

Full Changelog: v2...v2.2.0

v2.1.0

13 Jan 18:44
18bf8ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.1.0

v2.0.0

08 Nov 23:39
ebacdc2
Compare
Choose a tag to compare

Release v2.0.0

  • Feature to disable sudo: Use disable-sudo: true to run job steps without sudo access on the GitHub-hosted runner. disable-sudo is false by default and needs to be opted-into. (documentation)
  • File monitoring improvements: All source code files are monitored now for overwrite, instead of a few extensions. Instead of getting annotations for overwrites, you can also opt-in to getting email or Slack notifications if source code is overwritten. (documentation)
  • Support for private repositories: Starting with Harder Runner v2.0.0, use of harden runner for private repositories will require a Team/ Enterprise license. Harder Runner GitHub Action is free for all public repositories.

What's Changed

Full Changelog: v1...v2.0.0

v1.5.0

29 Sep 18:35
2e205a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.5.0

v1.4.5

12 Aug 17:32
dd2c410
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.4.5

v1.4.4

01 Jul 22:49
74b568e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.4.4