Skip to content

v2.0.0

Compare
Choose a tag to compare
@ChengaDev ChengaDev released this 18 Jun 06:03
· 15 commits to main since this release
f06ff6d

BREAKING CHANGES:
GitLab integration infrastructure has been changed.
It is now using two lambda functions instead of one in order to return a response in less than 10 seconds which is the timeout limit for a webhook in GitLab.com (the timeout limit can be configured in a standalone GitLab server).

The first lambda starts up the integration, invokes the second lambda that does the scan, and after the invocation returns a response to GitLab.