Update src/reporter/sarif_format.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mick Grove 2025-07-25 21:04:47 -07:00 committed by GitHub
commit eedfabc8f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,7 @@ impl DetailsReporter {
let p = first_match.origin.first();
match p {
Origin::File(e) => {
// msg.push_str(&format!("Location: {}\n", e.path.display()));
let uri = if let Some(url) = self.jira_issue_url(&e.path, args) {
url
} else {