We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8094f3e commit 6156151Copy full SHA for 6156151
.github/workflows/build-and-test.yml
@@ -22,7 +22,16 @@ jobs:
22
steps:
23
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
24
with:
25
- egress-policy: audit
+ egress-policy: block
26
+ disable-telemetry: true
27
+ allowed-endpoints: >
28
+ api.github.com:443
29
+ github.com:443
30
+ repo.maven.apache.org:443
31
+ 168.63.129.16
32
+ azure.archive.ubuntu.com
33
+ download.eclipse.org:443
34
+ esm.ubuntu.com:443
35
- uses: actions/checkout@v4
36
- name: Install Webkit + GTK bindings
37
run: sudo apt update -yq && sudo apt-get install -yq libwebkit2gtk-4.0-dev
0 commit comments