Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snyk/snyk-iac-cloudformation

Snyk Infrastructure as Code Cloudformation demo
https://github.com/snyk/snyk-iac-cloudformation

demo infrastructure-as-code

Last synced: 1 day ago
JSON representation

Snyk Infrastructure as Code Cloudformation demo

Awesome Lists containing this project

README

        

# Snyk Infrastructure as Code - CloudFormation

The Snyk Infrastructure as Code product can scan CloudFormation templates for configuration issues.

[CloudFormation](https://aws.amazon.com/cloudformation/) files can be a mix of YAML or JSON formats.

## Demo

This repository contains a mix of valid configuration files, which contain a range of configuration issues.

You can see the results by running
`snyk iac test .`

A snippet of the output looks as follows

```bash
-------------------------------------------------------

Testing vpc.json...

Infrastructure as code issues:
✗ Security Group allows open ingress [Medium Severity] [SNYK-CC-TF-1] in VPC
introduced by Resources > ELBSecurityGroup > Properties > SecurityGroupIngress[0]

Organization: ben.laplanche.test
Type: CloudFormation
Target file: /Users/benlaplanche/workspace/snyk-iac-cloudformation/vpc.json
Project name: snyk-iac-cloudformation
Open source: no
Project path: .

Tested vpc.json for known issues, found 1 issues

Tested 11 projects, 9 contained issues.
```