Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

forward3d/garrison-agent-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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