@@ -22,16 +22,16 @@ In Slavic mythology, Triglav represents three realms. That maps well to this fra
2222
2323## Covered Actions and Test Types
2424
25- | Action | Workflow | Test Coverage |
26- | ------------------------------------------------| -------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------|
27- | ` devops-infra/action-commit-push ` | ` .github/workflows/e2e-action-commit-push.yml ` | branch creation/push, custom message/prefix, empty commit mode, amend with force-with-lease, GPG and SSH signed commits, output verification, cleanup |
28- | ` devops-infra/action-pull-request ` | ` .github/workflows/e2e-action-pull-request.yml ` | PR creation/update paths, custom title/body, draft + ` get_diff ` , ` repository ` + ` repository_path ` , output verification, cleanup |
29- | ` devops-infra/action-format-hcl ` | ` .github/workflows/e2e-action-format-hcl.yml ` | check mode pass/fail, write mode, list/diff mode, malformed input detection |
30- | ` devops-infra/action-container-structure-test ` | ` .github/workflows/e2e-action-container-structure-test.yml ` | text/json/junit output modes, report file creation, multi-config execution, output counters |
31- | ` devops-infra/action-terraform-copy-vars ` | ` .github/workflows/e2e-action-terraform-copy-vars.yml ` | variable propagation across modules, custom path inputs, strict missing-variable failure mode |
32- | ` devops-infra/action-terraform-validate ` | ` .github/workflows/e2e-action-terraform-validate.yml ` | valid module validation, scoped validation via ` dir_filter ` |
33- | ` devops-infra/action-tflint ` | ` .github/workflows/e2e-action-tflint.yml ` | lint execution across modules, scoped lint via ` dir_filter ` , non-blocking findings mode |
34- | ` devops-infra/template-action ` | ` .github/workflows/e2e-action-template-action.yml ` | baseline template behavior validation, output contract checks, debug-mode execution |
25+ | Action | Workflow | Test Coverage |
26+ | ------------------------------------------------| -------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
27+ | ` devops-infra/action-commit-push ` | ` .github/workflows/e2e-action-commit-push.yml ` | branch creation/push, custom message/prefix, custom commit name/email, empty commit mode, amend with force-with-lease, GPG and SSH signed commits, output verification, cleanup |
28+ | ` devops-infra/action-pull-request ` | ` .github/workflows/e2e-action-pull-request.yml ` | PR creation/update paths, custom title/body, draft + ` get_diff ` , ` repository ` + ` repository_path ` , output verification, cleanup |
29+ | ` devops-infra/action-format-hcl ` | ` .github/workflows/e2e-action-format-hcl.yml ` | check mode pass/fail, write mode, list/diff mode, malformed input detection |
30+ | ` devops-infra/action-container-structure-test ` | ` .github/workflows/e2e-action-container-structure-test.yml ` | text/json/junit output modes, report file creation, multi-config execution, output counters |
31+ | ` devops-infra/action-terraform-copy-vars ` | ` .github/workflows/e2e-action-terraform-copy-vars.yml ` | variable propagation across modules, custom path inputs, strict missing-variable failure mode |
32+ | ` devops-infra/action-terraform-validate ` | ` .github/workflows/e2e-action-terraform-validate.yml ` | valid module validation, scoped validation via ` dir_filter ` |
33+ | ` devops-infra/action-tflint ` | ` .github/workflows/e2e-action-tflint.yml ` | lint execution across modules, scoped lint via ` dir_filter ` , non-blocking findings mode |
34+ | ` devops-infra/template-action ` | ` .github/workflows/e2e-action-template-action.yml ` | baseline template behavior validation, output contract checks, debug-mode execution |
3535
3636## Workflow Orchestration
3737
0 commit comments