forward3d / garrison-agent-template

Garrison Agent Template

Home Page:https://github.com/forward3d/garrison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garrison Agent - Template

This is a part of the Garrison security project. This agent provides various TEMPLATE compliance checks.

Checks Provided

Function Name Description
check_something Alerts if something happens.

Installation & Example

Docker Hub - https://hub.docker.com/r/forward3d/garrison-agent-TEMPLATE/

docker pull forward3d/garrison-agent-TEMPLATE
docker run --rm -e "GARRISON_URL=https://garrison.internal.acme.com" forward3d/garrison-agent-TEMPLATE check_something

Agent Specific Configuration

These are additional specific configuration options for this agent. Global agent configurations still apply.

Environmental Variable Default Expects
SOMETHING_SPECIFIC all [1] Comma Separated Strings eg. something,somethingelse
  1. Something returned by the SDK at runtime for something.

Check Specific Configuration

Some checks provided by this agent have extra configuration options.

check_something

Environmental Variable Default
SOMETHING_ELSE 7

About

Garrison Agent Template

https://github.com/forward3d/garrison


Languages

Language:Ruby 70.0%Language:Dockerfile 30.0%