bridgecrewio/Yor GitHub Action
Run Yor against IaC templates as a pre-packaged GitHub Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 28, 2024
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bridgecrewio/yor-action@04bf3da0c4e8619a307c023ce8f0d196a2d8a4ee # 0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | directory with infrastructure code to scan | no | . |
| tag_groups | Run scan on all checks but a specific check identifier (comma separated) | no | — |
| tags | comma delimited list of yor tags to apply | no | — |
| skip_tags | comma delimited list of yor tags to not apply | no | — |
| skip_dirs | comma delimited list of paths for yor to skip tagging of | no | — |
| skip_resource_types | comma delimited list of resource types to skip for tagging | no | — |
| custom_tags | comma delimited list of paths to external (custom) tags & tag groups plugins | no | — |
| output_format | The format of the output. cli, json | no | — |
| commit_changes | Choose whether the action will commit changes. | no | true |
| config_file | The path to the config file which describes more configurations such as custom tag groups | no | — |
| version | The yor version. Can be `latest` or a full version like `0.1.129` | no | latest |
| skip_resources | skip resources for tagging | no | — |
| parsers | IAC types to tag (default: "Terraform", "CloudFormation", "Serverless") | no | — |
| tag_local_modules | Always tag local modules | no | false |
| tag_prefix | Add prefix to all the tags | no | — |
Outputs
no outputs