Skip to content

Commit

Permalink
return title
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 28, 2024
1 parent 727a58a commit 9ca6111
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Zarn/Sarif.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ package Zarn::Sarif {
foreach my $info (@vulnerabilities) {
my $result = {
ruleId => $info -> {title},
properties => {
title => $info -> {title}
},
message => {
text => $info -> {message}
text => $info -> {title}
},
locations => [{
physicalLocation => {
Expand Down

0 comments on commit 9ca6111

Please sign in to comment.