yor
yor copied to clipboard
Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.
**Describe the bug** Tags that should not be applied due to the `--skip-tags` configuration are applied in files contained within subdirectories relative to where `yor` is run. ``` +---------------+----------------------------------------+----------------------+--------------------------------------+--------------------------------------+ |...
**Describe the bug** Executing `yor` via pre-commit hook results in many temporary files, but none of my Terraform files is changed. ``` modules/global_export/temp.3293289490.tf modules/global_keys/temp.1193803556.tf modules/messaging/sns/temp.3597613450.tf modules/shared/temp.813126445.tf temp.82075535.tf ``` Looks like...
**Is your feature request related to a problem? Please describe.** Yes, the problem is described in this blog post https://gsd.fundapps.io/how-we-make-yor-work-with-terraform-caller-and-child-modules-22216afd775d where the author wants to tag remote module resources and...
I'd like to have an option to treat modules with a local path the same as modules with a remote path. Ideally, a CLI flag could be passed to select...
@nimrodkor Most of my git tagging issues have been resolved after #147, however it seems like one of the files in the sub-dir I tested this on was still unable...
**Is your feature request related to a problem? Please describe.** We are looking at using yor to auto tag terraform IAC files. One specific use case which doesn't seem to...
**Describe the bug** When you run the commit hook on windows it appears to hang, what happens is a tf provider process is spawned and yor/pre-commit waits for it to...
**Describe the bug** Unable to run Yor via pre-commit in Windows **To Reproduce** Steps to reproduce the behavior: 1. Use Yor in pre-commit: ``` - repo: https://github.com/bridgecrewio/yor rev: 0.1.143 hooks:...
**Describe the bug** Upon using a custom tagger defined with the YAML format, I noticed that if you use placeholders as defaults that are the same value as the key...
**Is your feature request related to a problem? Please describe.** I'm toying with adding this to our Terraform module builds. The concept is interesting, but it chokes when I just...