From 93bf39e9e268167eacab94809d719fcb9a9eeb77 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Sat, 9 May 2020 17:54:39 -0400 Subject: [PATCH] Add Security Policy As the title says, plus a small fix in the readme. Signed-off-by: TomSweeneyRedHat --- README.md | 2 +- SECURITY.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index 67627e2..97bd5ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Podman Compose -An implementation of `docker-compose` with [podman](https://podman.io/) backend. +An implementation of `docker-compose` with [Podman](https://podman.io/) backend. The main objective of this project is to be able to run `docker-compose.yml` unmodified and rootless. This project is aimed to provide drop-in replacement for `docker-compose`, and it's very useful for certain cases because: diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3641ea5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +## Security and Disclosure Information Policy for the Podman Compose Project + +The Podman Compose Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/master/SECURITY.md) for the Containers Projects.