neovasili/AWS CodeBuild runner
Integrates and invoke AWS CodeBuild with GitHub workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | AWS default region to operate to | yes | — |
| codebuild_job_name | CodeBuild project name | yes | — |
| codebuild_log_group | CodeBuild project log group name | yes | — |
| s3_path | S3 path (including bucket name) where to passthrough repository code to for CodeBuild | no | — |
| buildspec | Relative path to buildspec file in the repo to override the CodeBuild project one | no | — |
| override_image_ssm_base | SSM parameter path containing the repository of the docker image that will be used for override image | no | — |
| override_image_tag | Optional image tag override to use for override image. Requires `override_image_ssm_base` input | no | — |
| override_image_tag_prefix | Optional image tag prefix to use for override image. Requires `override_image_ssm_base` input. Overridden by `override_image_tag` if specified | no | — |
Outputs
no outputs