From fa9d3fdd47d9eb2e322520ea1e56c2aed866eae1 Mon Sep 17 00:00:00 2001 From: Mark Michon Date: Wed, 28 Jun 2023 07:41:56 -0700 Subject: [PATCH] Update docs/guides/dataflow.md Co-authored-by: Philip Hayton --- docs/guides/dataflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dataflow.md b/docs/guides/dataflow.md index 7f72c2628..efaeb8e2e 100644 --- a/docs/guides/dataflow.md +++ b/docs/guides/dataflow.md @@ -28,7 +28,7 @@ bearer scan . --report dataflow To get a better sense of what's included in the report, lets look at the output from the `juice-shop` example project. If you're following along, run the following command. ```bash -bearer scan . --report dataflow --format json +bearer scan . --report dataflow ``` If you have [jq](https://stedolan.github.io/jq/) installed, it can format the output for your to make it easier to browse.