You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **This scanner is primarily intended for auditing handwritten code, configuration files, CI scripts, and documentation.**
38
+
> You do **not** need to scan or manually edit auto-generated GAPIC libraries. Any dependency updates for generated code are handled upstream by editing the generator templates in the `gapic-generator-python` repository. When the templates are updated, the changes naturally trickle downstream to correct all generated client libraries upon the next regeneration.
39
+
40
+
## Limitations
41
+
42
+
***Single-Line Matching Only**: The scanner processes files line-by-line to ensure high performance and simplicity. Consequently, version declarations or dependency lists that span across multiple lines (such as multiline lists in a `setup.py` file) will not be caught by the regex patterns.
43
+
25
44
## Configuration
26
45
27
46
The scanner uses a YAML configuration file (`regex_config.yaml`) to define rules and regex patterns.
0 commit comments