Skip to content

Commit e5ff23e

Browse files
committed
docs(readme): fix typo
1 parent 7e4e69c commit e5ff23e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ In the example below, all `_test.rego` files' location are valid and will be exe
7979

8080
### Inputs
8181

82-
| Input | Description | Required | Default |
83-
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------- |
84-
| `path` | Path to the directory containing OPA Rego files to test | Yes | REQUIRED |
85-
| `test_mode` | Whether to test the Rego by an entire directory (including entire package, e.g. `opa test ./`) or by individual files (e.g. `opa test a_test.rego a.rego`). Options of `directory` or `file`. Default is `directory`. | No | `test` |
86-
| `test_file_postfix` | Postfix of the test files to run (e.g. notification.rego <> notification_test.rego) | No | `_test` |
87-
| `write_pr_comment` | Flag to write a user-friendly PR comment with test results | No | `true` |
88-
| `pr_comment_title` | Title of the PR comment for test results | No | `🧪 OPA Rego Policy Test Results` |
89-
| `pr_comment_mode` | Mode that will be used to update comment. Options of upsert (update in place) or recreate. | No | `upsert` |
90-
| `run_coverage_report` | Flag to run OPA coverage tests and include in PR comment | No | `true` |
91-
| `report_untested_files` | Check & report Rego files without corresponding test files | No | `false` |
92-
| `opa_version` | Version of the OPA CLI to use. | No | `1.4.2` |
93-
| `opa_static` | Whether to use the static binary for OPA installation. use. | No | `false` |
94-
| `indicate_source_message` | Flag to comment the origins watermark (this repository) of the GitHub Action in the PR comment. | No | `true` |
82+
| Input | Description | Required | Default |
83+
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------------------------------- |
84+
| `path` | Path to the directory containing OPA Rego files to test | Yes | REQUIRED |
85+
| `test_mode` | Whether to test the Rego by an entire directory (including entire package, e.g. `opa test ./`) or by individual files (e.g. `opa test a_test.rego a.rego`). Options of `directory` or `file`. | No | `directory` |
86+
| `test_file_postfix` | Postfix of the test files to run (e.g. notification.rego <> notification_test.rego) | No | `_test` |
87+
| `write_pr_comment` | Flag to write a user-friendly PR comment with test results | No | `true` |
88+
| `pr_comment_title` | Title of the PR comment for test results | No | `🧪 OPA Rego Policy Test Results` |
89+
| `pr_comment_mode` | Mode that will be used to update comment. Options of upsert (update in place) or recreate. | No | `upsert` |
90+
| `run_coverage_report` | Flag to run OPA coverage tests and include in PR comment | No | `true` |
91+
| `report_untested_files` | Check & report Rego files without corresponding test files | No | `false` |
92+
| `opa_version` | Version of the OPA CLI to use. | No | `1.4.2` |
93+
| `opa_static` | Whether to use the static binary for OPA installation. use. | No | `false` |
94+
| `indicate_source_message` | Flag to comment the origins watermark (this repository) of the GitHub Action in the PR comment. | No | `true` |
9595

9696
### Outputs
9797

0 commit comments

Comments
 (0)