Skip to content

Commit fe7e772

Browse files
committed
fix(Build): Make CI build work
1 parent ee83c69 commit fe7e772

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ env:
66
global:
77
- ROLE_NAME: secure-docker
88
matrix:
9-
- MOLECULE_DISTRO: centos7
10-
- MOLECULE_DISTRO: fedora29
11-
- MOLECULE_DISTRO: ubuntu1804
129
- MOLECULE_DISTRO: debian9
1310

1411
install:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Ansible Role to secure docker installation
22

3+
[![Build Status](https://travis-ci.org/ContinuousSecurityTooling/ansible-role-secure-docker.svg?branch=master)](https://travis-ci.org/ContinuousSecurityTooling/ansible-role-secure-docker)
4+
35
> Main purpose is to prevent docker containers to expose ports via iptables port-forward to non-local interfaces

molecule/default/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
roles:
17-
- role: ansible-secure-docker
17+
- role: secure-docker
1818

1919
post_tasks:
2020
- name: Starting a container

0 commit comments

Comments
 (0)