mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 15:34:59 -05:00
19 lines
388 B
YAML
19 lines
388 B
YAML
name: "security-report"
|
|
executable: "/usr/local/bin/security-report.sh"
|
|
type: "executable"
|
|
timeout: "30s"
|
|
description: "Generate system security report"
|
|
version: "1.0.0"
|
|
|
|
operations:
|
|
generate:
|
|
cmd_template: "{{executable}} /tmp/security-report-{{1}}.txt"
|
|
|
|
config:
|
|
output:
|
|
method: "file"
|
|
file_config:
|
|
cleanup: true
|
|
path_from_stdout: true
|
|
work_dir: "/tmp"
|