4 Commits
Author SHA1 Message Date
Miccah 1529239780 Rename AnalysisInfo field to SecretParts on detectors.Result (#4911)
Mechanical rename of the detectors.Result.AnalysisInfo field to
SecretParts to prepare for its replacement for Raw.
2026-04-23 10:52:24 -07:00
Casey Tran 47e7b7cd74 Split out detector types into separate proto file in order to narrow CODEOWNERS scope (#4871)
We want to move the detector types out of the Scanning team purview. So I split off detector types into its own proto file (so that file detector_type.proto can be owned by the Integrations team), regenerated the pb files with "make protos", and made the detector files use the new generated detector_type.pb.go. Included the new detector_type.proto file in CODEOWNERS and made CODEOWNERS categories that contain larger teams be towards the top so that more fine grained ownership is filtered properly.
2026-04-07 16:16:31 -05:00
Abdul Basit c24b4d5b30 [Fix] detector's integration tests starting with alphabet 'g' (#3765)
* fix geocodio detector test

* fix github detector test

* fix githubapp detector test

* fix gitlab v2 detector

* fix godaddy v1 detector test
2024-12-11 09:23:02 -08:00
Kashif Khan 3339e29834 added pattern test cases for F, G and H alphabet detectors (#3590)
* added pattern test cases for f alphabet detectors

* added pattern test cases for g alphabet detectors

* fixed test cases

* added pattern test cases for h alphabet detectors

* updated with main
2024-11-13 07:51:34 -08:00