From 98c14152d7c26209ddf1d1a8bd8dc0437bbadf65 Mon Sep 17 00:00:00 2001 From: mmalony Date: Tue, 8 Nov 2022 07:54:15 -0800 Subject: [PATCH] reportRequestHeaders default = false. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f477cd0..c82183d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The basic command to run a baseline scan would look like: | --buildVersion | None | Version of application build artifacts | | --buildURI | None | URI to CI build info | | --operatingEnvironment | None | Set Operating environment for information purposes only | -| --reportRequestHeaders | True | Include request/response headers data in report | +| --reportRequestHeaders | False | Include request/response headers data in report | | --outputFormat | None | Output format for vulnerabilities: only the value SARIF is available at the moment | | --gpat | None | GitHub Personal Authorization Token | | --bearerToken | None | Bearer token to authenticate |