subhamay-bhattacharyya-gha/CloudFormation Yor Tagging
Automatically apply Yor Git metadata tags to CloudFormation templates for better infrastructure traceability and governance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cloudformation-dir | Relative path to the directory containing CloudFormation templates (.yaml, .yml, .json files). The path is resolved relative to the workspace root. | no | cloudformation |
| release-tag | Specific Git release tag to checkout before processing templates. If not provided, uses the latest commit on the default branch. | no | "" |
| commit-changes | Whether to automatically commit the Yor-tagged CloudFormation templates back to the repository. Set to "false" to only apply tags without committing. | no | true |
| github-token | GitHub token for authenticated API requests to avoid rate limiting. Uses the default GitHub Actions token if not specified. | no | ${{ github.token }} |
Outputs
no outputs