Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 5441412

Browse files
authored
Merge pull request #178 from dev-sec/travis
add debian 9 and a comment
2 parents e6d79fa + 6f86c06 commit 5441412

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.kitchen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ platforms:
5959
driver:
6060
image: rndmh3ro/docker-debian8-ansible:latest
6161
platform: debian
62-
#- name: debian9-ansible-latest
63-
# driver:
64-
# image: rndmh3ro/docker-debian9-ansible:latest
65-
# platform: debian
62+
- name: debian9-ansible-latest
63+
driver:
64+
image: rndmh3ro/docker-debian9-ansible:latest
65+
platform: debian
6666
- name: amazon-ansible-latest
6767
driver:
6868
image: rndmh3ro/docker-amazon-ansible:latest

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ script:
6363
# Verify role
6464
# remove the UseLogin-check, see here for reasons: https://github.com/dev-sec/ansible-ssh-hardening/pull/141
6565
- 'inspec exec https://github.com/dev-sec/ssh-baseline/ -t docker://$(cat ${container_id}) --controls=sshd-01 sshd-02 sshd-03 sshd-04 sshd-05 sshd-06 sshd-07 sshd-08 sshd-09 sshd-10 sshd-11 sshd-12 sshd-13 sshd-14 sshd-16 sshd-17 sshd-18 sshd-19 sshd-20 sshd-21 sshd-22 sshd-23 sshd-24 sshd-25 sshd-26 sshd-27 sshd-28 sshd-29 sshd-30 sshd-31 sshd-32 sshd-33 sshd-34 sshd-35 sshd-36 sshd-37 sshd-38 sshd-39 sshd-40 sshd-41 sshd-42 sshd-43 sshd-44 sshd-45 sshd-46 sshd-47 sshd-48 --no-distinct-exit'
66-
# remove UseRoaming and RhostsRSAAuthentication because these options are deprecated
66+
# remove UseRoaming and RhostsRSAAuthentication because these options are deprecated - ssh-14, ssh-15, ssh-21
6767
- 'inspec exec https://github.com/dev-sec/ssh-baseline/ -t docker://$(cat ${container_id}) --controls=ssh-01 ssh-02 ssh-03 ssh-04 ssh-05 ssh-06 ssh-07 ssh-08 ssh-09 ssh-10 ssh-11 ssh-12 ssh-13 ssh-16 ssh-17 ssh-18 ssh-19 ssh-20 --no-distinct-exit'
6868

6969
notifications:

0 commit comments

Comments
 (0)