Skip to content

Releases: gchamon/terraform-aws-bucket-antivirus

fix missing bucket attribute for aws_s3_bucket_policy

09 Jun 18:04
Compare
Choose a tag to compare

aws_s3_bucket_policy.public-antivirus-definitions bucket was refering to aws_s3_bucket.antivirus-definitions instead of aws_s3_bucket.antivirus-definitions.bucket

Using last known working hash in bucket antivirus function repo

22 Oct 21:40
5b55554
Compare
Choose a tag to compare
Merge pull request #10 from gchamon/fix/broken-code-in-antivirus-repo

Fix/broken code in antivirus repo

added option to pass precompiled lambda code

22 Oct 19:49
ad6259f
Compare
Choose a tag to compare
Merge pull request #9 from gchamon/feature/pass-precompiled-lambda-code

possibility to pass precompiled lambda zip and skip compilation

Parameterized update rate

22 Oct 15:53
fe8dc20
Compare
Choose a tag to compare

Fix parameterized update rate having no effect

fix potential vulnerability with RM

22 Oct 15:48
3a82f5e
Compare
Choose a tag to compare
Merge pull request #6 from gchamon/fix/potential-vulnerability-with-rm

potential vulnerability with rm with systems that do not implement --no-preserve-root

Remove offending files

29 Sep 02:30
Compare
Choose a tag to compare

After a minor refactor in which lambda functions and permissions were split into two separate files, the previous files remained commited. This release removes those offending files that were preventing this module's installation:

  • permissions.tf
  • lambda.tf

Update README.md

29 Sep 02:18
5df53d2
Compare
Choose a tag to compare

Fixed the example in readme to include the proper path in the Terraform registry

Update README.md

29 Sep 02:15
100f5af
Compare
Choose a tag to compare

Added information about extra pre-requisites needed and fixed a small typo

First Release

29 Sep 02:06
eacd1b8
Compare
Choose a tag to compare

This release provisions the base infrastructure:

  • Policies for both update and scan functions
  • Roles for both functions
  • Periodic trigger for the update function
  • Bucket event triggers for the scan function
  • A bucket to hold the code for the functions
  • Automatic compilation and deployment of the function's code
  • The lambda functions per se