File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
needs : setup
29
29
runs-on : ubuntu-latest
30
30
container :
31
- image : ghcr.io/ekristen/ aws-nuke:v3.51.0 # https://github.com/ekristen/aws-nuke/pkgs/container/aws-nuke
31
+ image : rebuy/ aws-nuke # for ekristen version: https://github.com/ekristen/aws-nuke/pkgs/container/aws-nuke
32
32
options :
33
33
--user root
34
34
-t
35
35
env :
36
36
AWS_ACCESS_KEY_ID : ${{ env.AWS_ACCESS_KEY_ID }}
37
37
AWS_SECRET_ACCESS_KEY : ${{ env.AWS_SECRET_ACCESS_KEY }}
38
38
TIME_LIMIT : " 72h"
39
- timeout-minutes : 60
39
+ timeout-minutes : 120
40
40
steps :
41
41
- name : Configure AWS credentials
42
42
id : aws-configure
61
61
# Filter STDERR because it's super noisy about things we don't have access to
62
62
# Remove --no-dry-run to do dry run
63
63
run : |
64
- aws-nuke run -c aws-nuke.yml -q --no-dry-run --force 2>/tmp/aws-nuke-error.log | grep -v "level=error" || true
64
+ aws-nuke -c aws-nuke.yml -q --no-dry-run --force 2>/tmp/aws-nuke-error.log || true
65
65
66
66
check-quotas :
67
67
needs : [ setup, aws-nuke ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ regions:
21
21
- us-west-2
22
22
- global
23
23
24
- blocklist :
24
+ account- blocklist :
25
25
- 1234567890
26
26
27
27
accounts :
You can’t perform that action at this time.
0 commit comments