feat(security): add missing endpoints to allowlist#10495
Merged
Conversation
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
3c6f24b to
53e1f17
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflows that use step-security/harden-runner to include additional outbound endpoints in the allowed-endpoints allowlist, aiming to prevent CI failures when egress is blocked by default.
Changes:
- Allow GitHub release asset downloads in UI/SDK/API CodeQL workflows by adding
release-assets.githubusercontent.com:443. - Expand the SDK tests workflow allowlist with additional third-party endpoints required during CI.
- Add Trivy installer endpoint
get.trivy.dev:443to container scan workflows and reorder/normalize allowlists in the API container build workflow.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ui-codeql.yml | Adds GitHub release assets endpoint to the CodeQL job allowlist. |
| .github/workflows/sdk-tests.yml | Adds multiple endpoints to the SDK tests allowlist (notably AWS/GCP and other third parties). |
| .github/workflows/sdk-container-checks.yml | Adds get.trivy.dev:443 for Trivy-related steps during container checks. |
| .github/workflows/sdk-codeql.yml | Adds GitHub release assets endpoint to the CodeQL job allowlist. |
| .github/workflows/api-container-checks.yml | Adds get.trivy.dev:443 for Trivy-related steps during container checks. |
| .github/workflows/api-container-build-push.yml | Reorders and completes the allowlist used during API container build/push. |
| .github/workflows/api-codeql.yml | Adds GitHub release assets endpoint and normalizes ordering in the allowlist. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
josema-xyz
reviewed
Mar 27, 2026
josema-xyz
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add missing endpoints to the Harden Runner allowlist.
Checklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.