terraform/ ├── modules/ │ ├── vpc/ # VPC networking module │ ├── ec2/ # EC2 instance module │ ├── ecr/ # ECR repositories module │ ├── iam/ # IAM roles and policies module │ └── cloudwatch/ # ...
CI/CD Leak Scanner is a security tool designed to scan build logs from CI/CD pipelines to identify leaks of sensitive data, tokens, or credentials. Due to the recent malicious actions involving ...