Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 10, 2024
1 parent 72d005e commit 1777616
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,28 @@ jobs:
- name: "Harden Security"
uses: step-security/[email protected]
with:
egress-policy: audit
egress-policy: block
disable-sudo: true
allowed-endpoints: >
aka.ms:443
api.github.com:443
api.nuget.org:443
azuresearch-usnc.nuget.org:443
crl3.digicert.com:80
crl4.digicert.com:80
dc.services.visualstudio.com:443
dotnet-nuget.s3.eu-west-1.amazonaws.com:443
dotnetcli.azureedge.net:443
github.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
s.symcb.com:80
s3-eu-west-1.amazonaws.com:443
toolbox-data.anchore.io:443
ts-crl.ws.symantec.com:80
www.microsoft.com:80
www.nuget.org:443
octopus.funfair.io:443
api.github.com:443
api.osv.dev:443
api.securityscorecards.dev:443
Expand All @@ -47,6 +66,8 @@ jobs:
rekor.sigstore.dev:443
tuf-repo-cdn.sigstore.dev:443
www.bestpractices.dev:443
dotnet-nuget.s3.eu-west-1.amazonaws.com:443
dotnet-nuget-prerelease.s3.eu-west-1.amazonaws.com:443
- name: "Checkout Source"
uses: actions/[email protected]
Expand Down

0 comments on commit 1777616

Please sign in to comment.