https://github.com/sysdiglabs/inline-scan-aws-infra
This repository contains the Terraform code required to bring up an infrastructure for Inline Image Scanning using CodePipeline and CodeBuild.
https://github.com/sysdiglabs/inline-scan-aws-infra
Last synced: 2 months ago
JSON representation
This repository contains the Terraform code required to bring up an infrastructure for Inline Image Scanning using CodePipeline and CodeBuild.
- Host: GitHub
- URL: https://github.com/sysdiglabs/inline-scan-aws-infra
- Owner: sysdiglabs
- License: apache-2.0
- Created: 2019-10-16T09:01:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T10:27:14.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:22:19.644Z (4 months ago)
- Language: HCL
- Size: 99.6 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inline-scan-aws-infra
This repository contains the Terraform code required to bring up an infrastructure for Inline Image Scanning using CodePipeline and CodeBuild.If you want to apply the manifests you will need to introduce the required credentials directly like:

Or insert them as parameters:
```sh
terraform apply \
-var docker_login_password=password \
-var docker_login_user=username \
-var sysdig_api_token=sysdig_secure_token
```