Merge pull request #777 from dev-sec/fix_Bsd

remove tests for FreeBSD12 since it's out of support
This commit is contained in:
schurzi 2024-07-02 18:18:10 +02:00 committed by GitHub
commit f9c8e4b749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -37,7 +37,6 @@ jobs:
matrix:
molecule_distro:
- openbsd7
- freebsd12
- freebsd13
- freebsd14
steps:

View file

@ -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"

View file

@ -25,7 +25,6 @@ galaxy_info:
- name: SmartOS
- name: FreeBSD
versions:
- "12.2"
- "13.2"
- "14.0"
- name: OpenBSD