Skip to content

Commit

Permalink
Change harden runner egress policy to audit
Browse files Browse the repository at this point in the history
* Update changelog.md
  • Loading branch information
waybackarchiver authored Feb 16, 2024
1 parent ceafbdf commit 99840b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 # v2.2.0
with:
egress-policy: block
egress-policy: audit
disable-telemetry: true
allowed-endpoints: >
github.com:443
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replace `fatih/color` with `gookit/color` ([#390](https://github.com/wabarc/wayback/pull/390))
- Using concurrency to manage new workflow runs ([#384](https://github.com/wabarc/wayback/pull/384))
- Improve documentation ([#385](https://github.com/wabarc/wayback/pull/385))
- Refactoring HTTP client for better consistency and maintainability ([#401](https://github.com/wabarc/wayback/pull/401))

## [0.19.1] - 2023-03-21

Expand Down

0 comments on commit 99840b4

Please sign in to comment.