We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9e501 commit dad97e2Copy full SHA for dad97e2
.github/workflows/image-cleanup.yml
@@ -18,9 +18,12 @@ jobs:
18
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
19
with:
20
disable-sudo: true
21
- egress-policy: audit
+ egress-policy: block
22
+ allowed-endpoints: >
23
+ api.github.com:443
24
+ ghcr.io:443
25
- uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
26
27
dry-run: true
28
delete-orphaned-images: true
- packages: amp-devcontainer-cpp,amp-devcontainer-rust
29
+ packages: amp-devcontainer,amp-devcontainer-cpp,amp-devcontainer-rust
0 commit comments