forked from mirrors/kingfisher
Update src/reporter.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mick Grove <mick.grove@mongodb.com>
This commit is contained in:
parent
dcf31e8150
commit
1f7653c288
1 changed files with 2 additions and 2 deletions
|
|
@ -363,8 +363,8 @@ impl DetailsReporter {
|
|||
|
||||
FindingReporterRecord {
|
||||
rule: RuleMetadata {
|
||||
name: rm.m.rule_name.to_string().clone(),
|
||||
id: rm.m.rule_text_id.to_string().clone(),
|
||||
name: rm.m.rule_name.to_string(),
|
||||
id: rm.m.rule_text_id.to_string(),
|
||||
},
|
||||
finding: FindingRecordData {
|
||||
snippet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue