Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin-decker/compose-enforcer
ComposeEnforcer validates that a provided docker-compose file meets restrictions set.
https://github.com/dustin-decker/compose-enforcer
docker docker-compose docker-swarm security swarm
Last synced: about 1 month ago
JSON representation
ComposeEnforcer validates that a provided docker-compose file meets restrictions set.
- Host: GitHub
- URL: https://github.com/dustin-decker/compose-enforcer
- Owner: dustin-decker
- License: other
- Created: 2017-05-02T12:06:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T06:18:19.000Z (almost 6 years ago)
- Last Synced: 2024-09-30T11:01:12.342Z (about 2 months ago)
- Topics: docker, docker-compose, docker-swarm, security, swarm
- Language: Go
- Size: 6.99 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComposeEnforcer
Compose enforcer validates that a provided docker-compose file meets restrictions set.
It can be used via CLI from the compiled binary, or you can use the public interfaces
provided. A common usecase is within a continuous deployment pipeline.Currently it is developed against [docker compose v3.2 spec](https://docs.docker.com/compose/compose-file/) and supports:
- volumes
- networks
- secrets
- resourcesUnder the hood it uses exported docker compose interfaces so it should *hopefully*
be easy to maintain with time.