A simple container for gixy powered by Yandex
398
Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.
The official repository are avaible here.
docker run -v "$PWD:/app" amenezes/gixy /app/nginx.conf
# sample output
==================== Results ===================
No issues found.
==================== Summary ===================
Total issues:
Unspecified: 0
Low: 0
Medium: 0
High: 0
for a more organized execution process insert your files into: /app
# docker-compose.yml
version: '3'
services:
gixy:
image: amenezes/gixy
volumes:
- ./:/app/
command: /app/nginx.conf
# command line
docker-compose up
Content type
Image
Digest
Size
18.2 MB
Last updated
over 9 years ago
docker pull amenezes/gixy