Skip to content

Commit

Permalink
fix: regions should have non-zero values
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 18, 2024
1 parent 6de3a53 commit 4bde15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ sendAdvisories cliOptions projectRoot packageAdvisories = do
Just $
MkPhysicalLocation
{ physicalLocationArtifactLocation = MkArtifactLocation $ T.pack ("uri:///" <> projectRoot),
physicalLocationRegion = MkRegion 0 0 0 0
physicalLocationRegion = MkRegion 1 1 2 2
}
],
resultLevel = Just Sarif.Error
Expand Down

0 comments on commit 4bde15f

Please sign in to comment.