Skip to content

Commit

Permalink
Keeping param.
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-MMalony committed Nov 8, 2022
1 parent 7b718e2 commit 4631390
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,13 +859,13 @@ def parse_args(self) -> None:
nargs="*",
required=False,
)
# parser.add_argument(
# "--reportRequestHeaders",
# help="Include request/response headers data in report",
# type=str,
# default="True",
# required=False
# )
parser.add_argument(
"--reportRequestHeaders",
help="Include request/response headers data in report",
type=str,
default="True",
required=False
)
parser.add_argument(
"--outputFormat",
help="Output format for vulnerabilities: only the value SARIF is available at the moment",
Expand Down

0 comments on commit 4631390

Please sign in to comment.