MCPcopy Create free account
hub / github.com/github/gh-aw / RunPoutineOnDirectory

Function RunPoutineOnDirectory

pkg/cli/compile_external_tools.go:51–53  ·  view source on GitHub ↗

RunPoutineOnDirectory runs poutine security scanner once on a directory. Poutine scans all workflows in a directory, so it only needs to run once.

(workflowDir string, verbose bool, strict bool)

Source from the content-addressed store, hash-verified

49// RunPoutineOnDirectory runs poutine security scanner once on a directory.
50// Poutine scans all workflows in a directory, so it only needs to run once.
51func RunPoutineOnDirectory(workflowDir string, verbose bool, strict bool) error {
52 return runPoutineOnDirectory(workflowDir, verbose, strict)
53}
54
55// RunRunnerGuardOnDirectory runs runner-guard taint analysis scanner once on a directory.
56// Runner-guard scans all workflows in a directory, so it only needs to run once.

Callers

nothing calls this directly

Calls 1

runPoutineOnDirectoryFunction · 0.85

Tested by

no test coverage detected