Skip to content

Commit

Permalink
cmd/lava/internal/help: update references to metrics file
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Jul 25, 2024
1 parent 79a4058 commit 6320fa8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmd/lava/internal/help/helpdoc.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ the following properties.
- format: output format. Valid values are "human" and "json". If not
specified, "human" is used.
- output: path of the output file. If not specified, stdout is used.
- metrics: path of the file where the metrics report will be
written. If not specified, then the metrics report is not
generated. For more details, use "lava help metrics".
- exclusions: list of rules that define what findings should be
excluded from the report. It allows to ignore findings because of
accepted risks, false positives, etc.
Expand All @@ -154,8 +151,7 @@ The sample below is a full report configuration:
severity: high
show: low
format: json
output: findings.json
metrics: metrics.json
output: output.json
exclusions:
- description: Ignore test certificates.
summary: 'Secret Leaked in Git Repository'
Expand Down Expand Up @@ -199,7 +195,7 @@ with security, operational and configuration information. This data is
serialized as JSON.
For more details about how to enable this functionality, use "lava
help lava.yaml".
help scan" and "lava help run".
# Example
Expand Down

0 comments on commit 6320fa8

Please sign in to comment.