An open API service indexing awesome lists of open source software.

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.

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:

![Terraform Apply](https://raw.githubusercontent.com/sysdiglabs/inline-scan-aws-infra/master/docs/images/terraform_apply.png)

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
```