Documentation Index
Fetch the complete documentation index at: https://docs.pipefort.com/llms.txt
Use this file to discover all available pages before exploring further.
Scan a local repo
.github/workflows/*.yml and *.yaml inside the given path. If that directory doesn’t exist, it falls back to walking the whole tree for any YAML file that looks like a workflow.
If you omit -p, the current working directory (.) is used.
Scan a single workflow file
-f overrides -p. Useful for editor integrations or focused triage.
Scan a remote GitHub repo
git clone --depth 1 into a temp directory, scans it, and cleans up. Add --keep-temp to leave the clone on disk for inspection.
JSON output
Finding objects on stdout. Each finding has:
jq for filtering, or feed it into another tool. The console output (the default) is human-readable but the JSON form is the stable contract for automation.
Filter to OWASP-only
--ruleset owasp (-r owasp) keeps only findings with category prefix CICD-SEC-. The default all includes the three best-practice checks too. See Rules reference.