Skip to main content

Security Fix

Audit vulnerabilities, then patch each one.
Community pattern — copy this YAML and adapt the security scanner to your project. Not available as a built-in via gump run.

When to use

When you want to systematically audit and fix security vulnerabilities with regression tests.

The workflow

Customize

Replace gosec with npm audit, cargo audit, or your own tool.
Add hitl: after_gate on the fix step to review each patch before moving on.