mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
Merge pull request #777 from dev-sec/fix_Bsd
remove tests for FreeBSD12 since it's out of support
This commit is contained in:
commit
f9c8e4b749
4 changed files with 0 additions and 6 deletions
|
@ -7,7 +7,6 @@ exclude_paths:
|
|||
- .cache/ # implicit unless exclude_paths is defined in config
|
||||
# add all waivers individually, since exclude_files does not support globs
|
||||
- molecule/os_hardening/waivers.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd12.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd13.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_freebsd14.yaml
|
||||
- molecule/ssh_hardening_bsd/waivers_openbsd7.yaml
|
||||
|
|
1
.github/workflows/ssh_hardening_bsd.yml
vendored
1
.github/workflows/ssh_hardening_bsd.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
|||
matrix:
|
||||
molecule_distro:
|
||||
- openbsd7
|
||||
- freebsd12
|
||||
- freebsd13
|
||||
- freebsd14
|
||||
steps:
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
sshd-45:
|
||||
run: false
|
||||
justification: "PrintLastLog is broken on FreeBSD. see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209441"
|
|
@ -25,7 +25,6 @@ galaxy_info:
|
|||
- name: SmartOS
|
||||
- name: FreeBSD
|
||||
versions:
|
||||
- "12.2"
|
||||
- "13.2"
|
||||
- "14.0"
|
||||
- name: OpenBSD
|
||||
|
|
Loading…
Reference in a new issue