datadog/Datadog Cloud Resource Tagger GitHub Action
Run datadog-cloud-resource-tagger against IaC files as a GitHub Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for GitHub API requests. Users shouldn't need to set this themselves. | yes | ${{ github.token }} |
| directory | directory with IaC files to scan | no | . |
| providers | comma separated list of providers to scan | no | — |
| resource_types | comma separated list of resource types to scan (skip all others) | no | — |
| version | The datadog-cloud-resource-tagger version. Can be `latest` or a full version like `0.5.7` | no | latest |
| tags | The specific list of tags to apply | no | dd_git_org,dd_git_repo,dd_git_file,dd_git_resource_signature |
| changed_files_only | Only tag files that have been changed in the current PR or branch | no | false |
| dry_run | Run the action without commiting the tags to the repository. Default is false | no | false |
Outputs
no outputs