Skip to content

Commit f1c52c0

Browse files
committed
--http-probe-fail-on-status-4xx flag to fail http probes for 4xx response status
Signed-off-by: Kyle Quest <[email protected]>
1 parent 7481255 commit f1c52c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
447447
- `--http-probe-exit-on-failure` - Exit when all HTTP probe commands fail (default value: true)
448448
- `--http-probe-exit-on-failure-count` - Exit when selected number of probe call failures happens
449449
- `--http-probe-fail-on-status-5xx` - Treat 5xx HTTP status codes as errors during HTTP probing
450+
- `--http-probe-fail-on-status-4xx` - Treat 4xx HTTP status codes as errors during HTTP probing
450451
- `--http-probe-crawl` - Enable crawling for the default HTTP probe command (default value: true)
451452
- `--http-crawl-max-depth` - Max depth to use for the HTTP probe crawler (default value: 3)
452453
- `--http-crawl-max-page-count` - Max number of pages to visit for the HTTP probe crawler (default value: 1000)

0 commit comments

Comments
 (0)