Skip to content

Commit

Permalink
fixed sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Apr 15, 2024
1 parent b871752 commit 73f1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zarn.pl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sub main {
}

if ($sarif) {
my $sarif_data = Zarn::Sarif -> new (@results);
my $sarif_data = Zarn::Helper::Sarif -> new (@results);

open(my $output, '>', $sarif) or croak "Cannot open file '$sarif': $!";

Expand Down

0 comments on commit 73f1819

Please sign in to comment.