Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Aug 25, 2024
1 parent 3b1cf56 commit 9f777ff
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,51 +26,6 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Harden Security"
uses: step-security/[email protected]
with:
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
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
dotnet-nuget.s3.eu-west-1.amazonaws.com:443
registry-1.docker.io:443
auth.docker.io:443
index.docker.io:443
dotnetbuilds.azureedge.net:443
production.cloudflare.docker.com:443
## Ignore pre-release
## dotnet-nuget-prerelease.s3.eu-west-1.amazonaws.com:443

- name: "Checkout Source"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 9f777ff

Please sign in to comment.