Skip to content

Commit dad97e2

Browse files
authored
chore: add amp-devcontainer image to clean-up
1 parent 3c9e501 commit dad97e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/image-cleanup.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1919
with:
2020
disable-sudo: true
21-
egress-policy: audit
21+
egress-policy: block
22+
allowed-endpoints: >
23+
api.github.com:443
24+
ghcr.io:443
2225
- uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
2326
with:
2427
dry-run: true
2528
delete-orphaned-images: true
26-
packages: amp-devcontainer-cpp,amp-devcontainer-rust
29+
packages: amp-devcontainer,amp-devcontainer-cpp,amp-devcontainer-rust

0 commit comments

Comments
 (0)