Sign inSign up

amenezes/gixy

By amenezes

Updated over 9 years ago

A simple container for gixy powered by Yandex

Image
0

398

amenezes/gixy repository overview

About

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.

Usage

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

# docker-compose.yml
version: '3'
services:
  gixy:
    image: amenezes/gixy
    volumes:
      - ./:/app/
    command: /app/nginx.conf
# command line
docker-compose up

Tag summary

Content type

Image

Digest

Size

18.2 MB

Last updated

over 9 years ago

docker pull amenezes/gixy