Skip to content

Releases: SpectralOps/spectral-terraform-lambda-integration

v4.0.1

29 Sep 10:18
714835f
Compare
Choose a tag to compare

Spectral Bot Update (GitHub & GitLab): Upgraded to version 2.2.0.
New Feature: The bot now supports handling GitHub synchronize events for pull requests, enabling scanning of code contributions during updates.

v4.0.0

01 Sep 12:01
33550aa
Compare
Choose a tag to compare

Added

  • Support to Gitlab bot deployment integration

Changed

  • API gateway path

v3.0.0

25 Jun 10:18
6e71c1a
Compare
Choose a tag to compare

Added

  • Support to GitHub bot 2.x deployment integration
  • Enable running multiple bot instances of the same type in a single region
  • Enable setting a custom pattern for all the resources created by the module
  • Enable setting a path to the lambda source code (Zip file)

Changed

  • Lambdas runtime upgraded to node20.x

V2.1.0

16 Aug 08:31
b1f91e0
Compare
Choose a tag to compare

GitLab bot: Add support in engines flag & scan configuration hardening

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Jun 06:03
f06ff6d
Compare
Choose a tag to compare

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.

v1.1.1 - Support secret manager in GitLab bot

31 May 05:44
39455f0
Compare
Choose a tag to compare

In this version we added the option to pull the secrets required for the GitLab bot to accessed from AWS secrets manager.
In the future we are planning to add more vaults, and enable this option in more bots.

Gitlab & TFC integrations - new severities

11 Dec 14:19
Compare
Choose a tag to compare

This version contains new versions of Gitlab and TFC using new Spectral severities.

Versions update & Gitlab integration updates

30 Nov 07:31
Compare
Choose a tag to compare

This version contains:

  1. Version updates (hashicorp/aws & terraform)
  2. Gitlab integration updates

Add Jira & Gitlab integrations

23 Oct 12:43
Compare
Choose a tag to compare
v1.0.2

Enable Jira & Gitlab integrations

Drop layers and load download spectral as part of lambda execution

05 Oct 18:10
Compare
Choose a tag to compare

Drop layers and load download spectral as part of lambda execution