Skip to content

Instantly share code, notes, and snippets.

@bellyjay1005
Last active December 12, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bellyjay1005/b1f2bb5c790e45cc069b7bc3ab679e29 to your computer and use it in GitHub Desktop.
Save bellyjay1005/b1f2bb5c790e45cc069b7bc3ab679e29 to your computer and use it in GitHub Desktop.
pipeline stack configurations
---
# Example CodePipeline
- region: us-east-2
resource_name: ANCHORE-CLI-PIPELINE
template_file: examples/aws-codepipeline/pipeline.yml
parameters:
Environment: DEMO
GitHubAccountName: <replace-with-your-github-account-name>
GitHubRepoName: <replace-with-your-github-application-repository>
GitHubBranchName: <your-target-branch> (i.e master)
GitWebHookToken: <your-stored-ssm-parameter-token-name> (i.e /demo/github/token)
BucketName: <replace-with-your-bucket-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment