trufflehog/pkg/sources/gcs
ahrav c617bd7a4e
Add resuming capability to GCS source (#1161)
* Add resuming capability to GCS source.

* Handle no auth scans.

* complete resume logic

* Use custom function type.

* remove functions.

* linter.

* fix test.

* fix test.

* Handle concurrent map writes.

* use string as CLI flag for include/exclude.

* handle emtpy buckets.

* Handle enumeration on initial job run.

* Rename stats to attributes.

* remove redundant return.

* If test fails due to 400, that is fine, it's expected.

* Add unauth GCS source type.

* comments.

* update proto.

* Use short flag.

* address comments.
2023-03-16 17:53:42 -07:00
..
gcs.go Add resuming capability to GCS source (#1161) 2023-03-16 17:53:42 -07:00
gcs_integration_test.go Add resuming capability to GCS source (#1161) 2023-03-16 17:53:42 -07:00
gcs_manager.go Add resuming capability to GCS source (#1161) 2023-03-16 17:53:42 -07:00
gcs_manager_test.go Add resuming capability to GCS source (#1161) 2023-03-16 17:53:42 -07:00
gcs_test.go Add resuming capability to GCS source (#1161) 2023-03-16 17:53:42 -07:00