Automated GitHub scanning with trufflehog
- Ansible >= 2..9
Variable | Required | Example | Description |
---|---|---|---|
repo | Yes | grafana/loki | Which repository to scan. In owner/repo format |
ansible-galaxy install sadfacesmith.ansible_trufflehog
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- name: Trufflehog automated scanning
hosts: localhost
connection: local
gather_facts: no
become: no
roles:
- sadfacesmith.ansible_trufflehog
ethan@grafana.com | Grafana Labs Security Engineering