From e45f1d37ac35e7a115e70bdee80b87181bb6083b Mon Sep 17 00:00:00 2001 From: David Roe Date: Tue, 24 Oct 2023 12:46:30 +0100 Subject: [PATCH] test: update help snapshot --- e2e/flags/.snapshots/TestMetadataFlags-help-scan | 9 +++++---- e2e/flags/.snapshots/TestMetadataFlags-scan-help | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/e2e/flags/.snapshots/TestMetadataFlags-help-scan b/e2e/flags/.snapshots/TestMetadataFlags-help-scan index e3e1a685f..ef1822a6f 100644 --- a/e2e/flags/.snapshots/TestMetadataFlags-help-scan +++ b/e2e/flags/.snapshots/TestMetadataFlags-help-scan @@ -10,10 +10,11 @@ Examples: Report Flags - -f, --format string Specify report format (json, yaml, sarif, gitlab-sast, rdjson, html) - --output string Specify the output path for the report. - --report string Specify the type of report (security, privacy, dataflow). (default "security") - --severity string Specify which severities are included in the report. (default "critical,high,medium,low,warning") + --fail-on-severity string Specify which severities cause the report to fail. Works in conjunction with --exit-code. (default "critical,high,medium,low") + -f, --format string Specify report format (json, yaml, sarif, gitlab-sast, rdjson, html) + --output string Specify the output path for the report. + --report string Specify the type of report (security, privacy, dataflow). (default "security") + --severity string Specify which severities are included in the report. (default "critical,high,medium,low,warning") Rule Flags --disable-default-rules Disables all default and built-in rules. diff --git a/e2e/flags/.snapshots/TestMetadataFlags-scan-help b/e2e/flags/.snapshots/TestMetadataFlags-scan-help index e3e1a685f..ef1822a6f 100644 --- a/e2e/flags/.snapshots/TestMetadataFlags-scan-help +++ b/e2e/flags/.snapshots/TestMetadataFlags-scan-help @@ -10,10 +10,11 @@ Examples: Report Flags - -f, --format string Specify report format (json, yaml, sarif, gitlab-sast, rdjson, html) - --output string Specify the output path for the report. - --report string Specify the type of report (security, privacy, dataflow). (default "security") - --severity string Specify which severities are included in the report. (default "critical,high,medium,low,warning") + --fail-on-severity string Specify which severities cause the report to fail. Works in conjunction with --exit-code. (default "critical,high,medium,low") + -f, --format string Specify report format (json, yaml, sarif, gitlab-sast, rdjson, html) + --output string Specify the output path for the report. + --report string Specify the type of report (security, privacy, dataflow). (default "security") + --severity string Specify which severities are included in the report. (default "critical,high,medium,low,warning") Rule Flags --disable-default-rules Disables all default and built-in rules.