-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.trivyignore
More file actions
27 lines (23 loc) · 1.21 KB
/
Copy path.trivyignore
File metadata and controls
27 lines (23 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# =============================================================================
# TRIVY IGNORE LIST - WEEK 8 HA LAB (LOCALSTACK)
# =============================================================================
# This file suppresses specific security checks for the LocalStack lab environment.
# In a production environment, these risks would be remediated.
# =============================================================================
# Risk: Load Balancer is exposed to the public internet
# Reason: This is a public-facing web application demo; public access is required.
AVD-AWS-0053
# Risk: Listener uses HTTP (Port 80) instead of HTTPS (Port 443)
# Reason: LocalStack limitation. Generating valid SSL certificates for localhost is
# out of scope. Production must use AWS ACM + HTTPS.
AVD-AWS-0054
# Risk: Security Group allows unrestricted egress (0.0.0.0/0)
# Reason: Instances need internet access to download package updates (yum/apt).
# In production, this would be restricted to a NAT Gateway IP or VPC Endpoint.
AVD-AWS-0104
# Ignore external Google demo Dockerfiles for now
AVD-DS-0002
# Ignore external GCP Terraform configurations
AVD-GCP-0061
# Ignore external shopping assistant manifest
AVD-KSV-0014