@@ -263,7 +263,7 @@ Runs a security scan of an OpenAPI specification using OWASP ZAP.
263263
264264* Executes inside Docker
265265* Accepts an OpenAPI file or directory (default: `openapi`)
266- * Relative `-f` paths are resolved from the git repository root (fallback: current working directory)
266+ * Relative `-f` paths are resolved from the git repository root first, then current working directory
267267* For file paths, supports `.yml`/`.yaml` extension fallback
268268* Skips execution if no OpenAPI specification can be resolved
269269
@@ -297,7 +297,7 @@ Validates an OpenAPI specification for schema correctness.
297297
298298* Runs the OpenAPI validator in Docker
299299* Accepts an OpenAPI file or directory (default: `openapi`)
300- * Relative `-f` paths are resolved from the git repository root (fallback: current working directory)
300+ * Relative `-f` paths are resolved from the git repository root first, then current working directory
301301* For file paths, supports `.yml`/`.yaml` extension fallback
302302* Skips execution if no OpenAPI specification can be resolved
303303
@@ -591,7 +591,7 @@ Serves OpenAPI documentation locally using Docker.
591591# ### Behavior
592592
593593* Accepts an OpenAPI file or directory (default: `openapi`)
594- * Relative `-f` paths are resolved from the git repository root (fallback: current working directory)
594+ * Relative `-f` paths are resolved from the git repository root first, then current working directory
595595* If a file is provided, mounts its parent directory
596596* For file paths, supports `.yml`/`.yaml` extension fallback
597597* Runs Nginx in the foreground
0 commit comments