Skip to content

Commit 3de2e07

Browse files
authored
Remove step-security/harden-runner from workflows (#88)
Not approved by ProdSec.
1 parent 9177e0d commit 3de2e07

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
FOUNDRY_CID: ${{ secrets.FOUNDRY_CID }}
2727
FOUNDRY_CLOUD_REGION: ${{ secrets.FOUNDRY_CLOUD_REGION }}
2828
steps:
29-
- name: Harden Runner
30-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
31-
with:
32-
egress-policy: audit
33-
3429
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3530

3631
- name: Set up Homebrew

.github/workflows/pylint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
env:
1818
PYTHON_VERSION: '3.13'
1919
steps:
20-
- name: Harden Runner
21-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
22-
with:
23-
egress-policy: audit
24-
2520
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2621
- name: Set up Python
2722
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

.github/workflows/rebuild.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
if: github.repository == 'CrowdStrike/foundry-sample-functions-python'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Harden Runner
20-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
21-
with:
22-
egress-policy: audit
23-
2419
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2520
- name: Setup Node
2621
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0

0 commit comments

Comments
 (0)