Skip to content

Commit

Permalink
Merge branch 'main' of github.com:htrgouvea/zarn
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 28, 2024
2 parents 9ca6111 + ec2d288 commit 32a912a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Zarn/Sarif.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ package Zarn::Sarif {
foreach my $info (@vulnerabilities) {
my $result = {
ruleId => $info -> {title},
properties => {
title => $info -> {title}
},
message => {
text => $info -> {title}
text => $info -> {message}
},
locations => [{
physicalLocation => {
Expand Down

0 comments on commit 32a912a

Please sign in to comment.