cert-controller
cert-controller copied to clipboard
chore: bump step-security/harden-runner from 2.4.0 to 2.7.0
Bumps step-security/harden-runner from 2.4.0 to 2.7.0.
Release notes
Sourced from step-security/harden-runner's releases.
v2.7.0
What's Changed
Release 2.7.0 by
@varunsh-coder
and@h0x0er
in step-security/harden-runner#376 This release:
- Updates the node runtime to node20
- Adds capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.7.0
v2.6.1
What's Changed
Release v2.6.1 by
@varunsh-coder
and@h0x0er
in step-security/harden-runner#356 This release:
- Improves the job summary markdown written by the Harden-Runner Action
- Improves detection of cache endpoint used by the job
- Detects use of Kubernetes mode in Actions Runner Controller (ARC) based runners
- Updates dependencies
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.6.1
v2.6.0
What's Changed
Release v2.6.0 by
@varunsh-coder
in step-security/harden-runner#346This release adds support for self-hosted Virtual Machine runners (e.g. on EC2).
- Both ephemeral and persistent self-hosted VM runners are supported
- Documentation: https://docs.stepsecurity.io/harden-runner/how-tos/enable-runtime-security-vm
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.6.0
v2.5.1
What's Changed
- Updated default allowed endpoints to include
*.actions.githubusercontent.com
. GitHub Actions recently started making calls to additional sub-domains for this domain. Please update to this latest version of harden-runner to allow these new endpoints.- Update README.md by
@varunsh-coder
in step-security/harden-runner#326- Bump step-security/harden-runner from 2.4.1 to 2.5.0 by
@dependabot
in step-security/harden-runner#327Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.5.1
v2.5.0
What's Changed
Release v2.5.0 by
@h0x0er
and@varunsh-coder
in step-security/harden-runner#325This release:
- Adds support for Actions Runner Controller (ARC) environment
- Improves the job summary markdown
... (truncated)
Commits
63c24ba
Merge pull request #376 from step-security/rc-795691d3
Update dist6339621
Update to node204a63cda
Add tls-inspection capability (#368)dece111
Merge pull request #372 from step-security/readme-update1952f97
Updates32f00ff
Update README.mdea8b747
Publish test results (#363)c0db65e
Merge pull request #359 from step-security/dependabot/github_actions/actions/...4151c05
Merge pull request #361 from step-security/dependabot/github_actions/step-sec...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
190188d
) 57.16% compared to head (d29b514
) 58.56%.
Additional details and impacted files
@@ Coverage Diff @@
## master #172 +/- ##
==========================================
+ Coverage 57.16% 58.56% +1.39%
==========================================
Files 1 1
Lines 572 572
==========================================
+ Hits 327 335 +8
+ Misses 181 175 -6
+ Partials 64 62 -2
Flag | Coverage Δ | |
---|---|---|
unittests | 58.56% <ø> (+1.39%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Superseded by #204.