particles-cloudsploit-scans

0.1.1 • Public • Published

particles-cloudsploit-scans

logo

NPM

Gitter Dependency Status

Summary

Condensation particles that create a CloudFormation project for CloudSploit scans.

The use of condensation allows the template and the code to be deployed to any S3 bucket. The template will always reference the code that it was deployed with. The stack can be updated to add permissions or to deploy new releases of CloudSploit scans.

Use

Quick Start

Use the Launch Stack links in the Packaged Project section of this README.

Build

Must have node.js 0.12 or later.

  1. Clone the repository
  2. Create a local.js file in config with buckets that you own
  3. Add AWS credentials to your environment. Either by IAM Profile, Envionment Variables or AWS Properties file.
  4. Build:
        > git clone https://github.com/SungardAS/particles-cloudsploit-scans
        
        > cd particles-cloudsploit-scans
        
        > npm install
        
        > ./node_modules/.bin/gulp condensation:build
    
  5. Deploy:
        > ./node_modules/.bin/gulp condensation:deploy
        
    

Packaged Project

Using condensation the CloudFormation Template and CloudSploit assets have been deployed to every S3 region lambda is available.

  • us-east-1 Launch Stack
  • us-west-2 Launch Stack
  • eu-west-1 Launch Stack
  • ap-northeast-1 Launch Stack

Package Sidebar

Install

npm i particles-cloudsploit-scans

Weekly Downloads

0

Version

0.1.1

License

Apache 2.0

Last publish

Collaborators

  • kmcgrath
  • sungardas