Skip to content

Commit 3c35dfd

Browse files
Updated Readme for Trivy
1 parent 2610991 commit 3c35dfd

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
**Requirements:**
44

55
1. Terraform 1.12.1
6-
2. Trivy 0.63.0
6+
2. Trivy >= 0.63.0
7+
8+
Trivy can be installed via Homebrew on macOS with the command:
9+
10+
```bash
11+
brew install aquasecurity/trivy/trivy
12+
```
713

814
## [![Red EC2 Module](https://github.com/RussellGilmore/red-instance/actions/workflows/module-test.yml/badge.svg?branch=main)](https://github.com/RussellGilmore/red-instance/actions/workflows/module-test.yml)
915

tests/dns-only/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module "red-instance" {
2121
instance_name = var.instance_name
2222

2323
# Custom AMI and instance configuration
24-
instance_type = "m6g.medium"
25-
volume_size = 50
24+
instance_type = "t4g.small"
25+
volume_size = 16
2626

2727
# Basic networking setup
2828
create_vpc = true

tests/full-force/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module "red-instance" {
2121
instance_name = var.instance_name
2222

2323
# Custom AMI and instance configuration
24-
instance_type = "m6g.medium"
25-
volume_size = 50
24+
instance_type = "t4g.small"
25+
volume_size = 16
2626

2727
# Enable all optional features
2828
create_vpc = true

0 commit comments

Comments
 (0)