8000 GitHub - epomatti/aws-inspector: Amazon Inspector vulnerability management
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

epomatti/aws-inspector

Repository files navigation

AWS Inspector

Amazon Inspector vulnerability scan.

👉 Before you start, set up these services manually:

  • Use the Console to enable Inspector.
  • Fleet Manager to managed EC2 instances, Default Host Management is enough for testing.

Create the test resources:

terraform init
terraform apply -auto-approve

The configuration will create the following resources:

  • Lambda
  • ECR
  • EC2

To scan an ECR image, upload one if none is available:

bash ecrBuildPush.bash

If all goes well, coverage should be 100% for all environments created by this config:

The EC2 instance should be found by the Fleet Manager:

For ECR, vulnerabilities should be shown on Inspector as well:

About

Amazon Inspector vulnerability management

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0