Last active
December 12, 2019 18:57
-
-
Save bellyjay1005/b1f2bb5c790e45cc069b7bc3ab679e29 to your computer and use it in GitHub Desktop.
pipeline stack configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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