Skip to content

Commit

Permalink
Allow blocked connections to for labelling and OpenSSF Scorecard (#512)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Fixes a definite typo that is preventing labelling
* Unblocks a few connections for the scorecard workflow

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Jan 21, 2025
2 parents 79c527e + 2117773 commit f7b0f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:44
api.github.com:443
- name: Label Pull Request
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.deps.dev:443
api.github.com:443
api.osv.dev:443
api.scorecard.dev:443
api.securityscorecards.dev:443
auth.docker.io:443
fulcio.sigstore.dev:443
github.com:443
index.docker.io:443
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Internal changes
* Secured token usages on all workflows (using `zizmor`).
* Simplified logic in ``bump-version.yml``.
* Synchronized a few dependencies.
* Fixed a few socket blocks and configuration issues in the CI workflows. (:pull:`512`).

v0.10.1 (2024-11-04)
--------------------
Expand Down

0 comments on commit f7b0f73

Please sign in to comment.