Skip to content

Commit

Permalink
switch harden runner policy
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 29, 2024
1 parent 4509b88 commit 2d3bf4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: step-security/harden-runner@v2
with:
disable-sudo: true
egress-policy: block
egress-policy: audit
allowed-endpoints: >
api.linode.com:443
api.github.com:443
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run: make e2etest
env:
# TODO: Switch selector to quick before the PR can be merged
E2E_FLAGS: '--assert-timeout 30m0s --selector flavors'
E2E_FLAGS: '--assert-timeout 15m0s --selector rke2'
# TODO: ALL the var below need to be deleted before the PR can be merged
INSTALL_K3S_PROVIDER: true
INSTALL_RKE2_PROVIDER: true
Expand Down

0 comments on commit 2d3bf4f

Please sign in to comment.