Skip to content

Commit

Permalink
Update egress policy in CI (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger authored Dec 10, 2024
1 parent ce03ccd commit db1cd90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ If applicable, add screenshots or code snippets to help explain your problem.
**Environment (please complete the following information):**

- OS: [e.g. MacOS Ventura xxx]
- Python [e.g. 3.7, 3.11]
- Python [e.g. 3.10, 3.11]
- python-kraken-sdk [e.g. v3.1.2]

**Additional context**
Add any other context about the problem here.
4 changes: 2 additions & 2 deletions .github/workflows/_codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
# egress-policy: audit
egress-policy: audit
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
api.securityscorecards.dev
github.com:443
uploads.github.com:443
Expand Down

0 comments on commit db1cd90

Please sign in to comment.