mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
use current amazon linux
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
7b69c4bd47
commit
63dc9d3be8
4 changed files with 4 additions and 4 deletions
2
.github/workflows/nginx_hardening.yml
vendored
2
.github/workflows/nginx_hardening.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- ubuntu2204
|
||||
- debian10
|
||||
- debian11
|
||||
- amazon
|
||||
- amazon2
|
||||
# - arch # needs to be fixed
|
||||
# - opensuse_tumbleweed # needs to be fixed
|
||||
# - fedora # no support from geerlingguy role
|
||||
|
|
2
.github/workflows/os_hardening.yml
vendored
2
.github/workflows/os_hardening.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- ubuntu2204
|
||||
- debian10
|
||||
- debian11
|
||||
- amazon
|
||||
- amazon2
|
||||
- opensuse_tumbleweed
|
||||
# - arch # needs to be fixed
|
||||
steps:
|
||||
|
|
2
.github/workflows/ssh_hardening.yml
vendored
2
.github/workflows/ssh_hardening.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
- ubuntu2204
|
||||
- debian10
|
||||
- debian11
|
||||
- amazon
|
||||
- amazon2
|
||||
# - arch # needs to be fixed
|
||||
# - opensuse_tumbleweed # baseline is not compatible with suse
|
||||
steps:
|
||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- ubuntu2204
|
||||
- debian10
|
||||
- debian11
|
||||
- amazon
|
||||
- amazon2
|
||||
# - arch # needs to be fixed
|
||||
# - opensuse_tumbleweed # baseline is not compatible with suse
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue