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
We should write tooling to support integration tests between the cloud functions in contrib/ and the pipeline code.
Some examples:
Test that Guardduty findings get processed through Gatekeeper, get sent to bugzilla-alert-manager, and create a new bug
Test that a new auth event for an unknown IP gets an alert from Authprofile and gets sent to slackbot-background
There is currently not emulator tool for Cloud Functions written in Go, but these functions are written as a library, so wiring up our own runner for them should be easy enough (this is also how some of the unit tests work for the cloud functions).
The text was updated successfully, but these errors were encountered:
We should write tooling to support integration tests between the cloud functions in contrib/ and the pipeline code.
Some examples:
There is currently not emulator tool for Cloud Functions written in Go, but these functions are written as a library, so wiring up our own runner for them should be easy enough (this is also how some of the unit tests work for the cloud functions).
The text was updated successfully, but these errors were encountered: