Description
Add Go (.go) to supported scan targets. Go is increasingly used for AI agent backends.
What needs to be done
- Verify .go is in SCANABLE_EXTENSIONS
- Test existing rules against Go code
- Add Go-specific patterns (e.g., os/exec.Command)
Files to modify
- �gentguard/rules/*.py — add Go-specific regex
- ests/test_scanner.py — add Go test cases
Description
Add Go (.go) to supported scan targets. Go is increasingly used for AI agent backends.
What needs to be done
Files to modify