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
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,9 @@ This module provisions:
28
28
29
29
To apply the terraform module, the compiled lambdas (.zip files) need to be available locally. They can either be downloaded from the GitHub release page or built locally.
30
30
31
-
The lambdas can be downloaded manually from the [release page](https://github.com/iKnowJavaScript/terraform-aws-vulne-soldier/releases) or by building the Lambda folder using Node.
31
+
> **Info**
32
+
33
+
> The lambdas can be downloaded from the [release page](https://github.com/iKnowJavaScript/terraform-aws-vulne-soldier/releases) or by building the Lambda folder using Node.
32
34
33
35
For local development you can build the lambdas at once using `/lambda` or individually using `npm zip`.
34
36
@@ -49,8 +51,10 @@ module "remediation" {
49
51
remediation_options = {
50
52
region = "us-east-1"
51
53
reboot_option = "NoReboot"
54
+
# You need to specify the tag name and value of the EC2 instances you want to remediate
52
55
target_ec2_tag_name = "AmazonECSManaged"
53
56
target_ec2_tag_value = "true"
57
+
# You can specify the vulnerability severities to filter findings: default is CRITICAL and HIGH vulnerabilities
0 commit comments