From 73f1819252e7cbbabff4e79719a30f073c56ceef Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Mon, 15 Apr 2024 10:50:58 -0300 Subject: [PATCH] fixed sarif --- zarn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zarn.pl b/zarn.pl index 1eed199..7e05db9 100755 --- a/zarn.pl +++ b/zarn.pl @@ -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': $!";