Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark exclude-fingerprints flag as deprecated
Browse files Browse the repository at this point in the history
elsapet committed Aug 18, 2023
1 parent 023b7bc commit 4b2f6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/flag/report_flags.go
Original file line number Diff line number Diff line change
@@ -64,6 +64,7 @@ var (
Usage: "Specify the comma-separated fingerprints of the findings you would like to exclude from the report.",
DisableInConfig: true,
Hide: true,
Deprecated: true,
}
)

0 comments on commit 4b2f6a1

Please sign in to comment.