bravado-network/Amazon ECS "Render Task Definition" Action for GitHub Actions

Creates a new Amazon ECS task definition JSON file with new container image URI, environment and secrets from AWS SSM params.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 12, 2024
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: bravado-network/aws-ecs-render-task-definition@b60c5872607123407c85750af3ee8ef14e33496f # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
task-definitionThe path to the ECS task definition JSON fileyes
container-nameThe name of the container defined in the containerDefinitions section of the ECS task definitionyes
imageThe URI of the container image to insert into the ECS task definitionyes
ssm-param-pathsPath pattern used to load AWS SSM params and set to container definition as environment and/or secrets.no
environment-variablesList of env variables to pass to container definitionno
namedescription
task-definitionThe path to the rendered task definition file