Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit ae305c0

Browse files
committed
version bum to 0.8.8
1 parent 1a8c31a commit ae305c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dockerenforcer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import copy
55
from typing import Dict
66

7-
version = "0.8.7"
7+
version = "0.8.8"
88

99

1010
class Mode(Enum):

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker enforcer
2-
[![Build Status](https://travis-ci.org/piontec/docker-enforcer.png?branch=develop)](https://travis-ci.org/piontec/docker-enforcer)
3-
[![Coverage Status](https://coveralls.io/repos/github/piontec/docker-enforcer/badge.svg?branch=develop)](https://coveralls.io/github/piontec/docker-enforcer?branch=develop)
2+
[![Build Status](https://travis-ci.org/piontec/docker-enforcer.png?branch=master)](https://travis-ci.org/piontec/docker-enforcer)
3+
[![Coverage Status](https://coveralls.io/repos/github/piontec/docker-enforcer/badge.svg?branch=master)](https://coveralls.io/github/piontec/docker-enforcer?branch=master)
44

55
## Why?
66
Docker enforcer audits containers running on a shared docker host. The aim of docker enforcer is to

0 commit comments

Comments
 (0)