Skip to content

Commit

Permalink
chore: remove harden-runner
Browse files Browse the repository at this point in the history
harden-runner would be useful in our actual build or release workflows, but has no benefits actually in lint and scorecard.
  • Loading branch information
stefreak authored and vvagaytsev committed May 10, 2023
1 parent 331f27d commit 472e908
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # 2.4.0
with:
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.0.2
- name: Download actionlint
run: |
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ jobs:
actions: read

steps:
- name: Harden Runner
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
api.osv.dev:443
bestpractices.coreinfrastructure.org:443
codeload.github.com:443
github.com:443
pipelines.actions.githubusercontent.com:443
auth.docker.io:443
index.docker.io:443
fulcio.sigstore.dev:443
sigstore-tuf-root.storage.googleapis.com:443
*.blob.core.windows.net:443
- name: "Checkout code"
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.0.0
with:
Expand Down

0 comments on commit 472e908

Please sign in to comment.