Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/merge-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 7, 2024
1 parent 28ea2db commit 0760fd2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ jobs:
with:
script: |
core.info('Owner: ${{github.repository_owner}}');
- name: "Harden Security"
uses: step-security/harden-runner@v2.7.0
with:
egress-policy: audit
disable-sudo: true
allowed-endpoints: >
api.github.com:443
api.osv.dev:443
api.securityscorecards.dev:443
codeload.github.com:443
fulcio.sigstore.dev:443
github.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443
- name: "Auto-Merge"
if: github.repository_owner == 'funfair-tech'
uses: pascalgn/automerge-action@v0.16.2
Expand Down

0 comments on commit 0760fd2

Please sign in to comment.