Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from tjgurwara99/fix-upload-sarif-to-code-scann…
Browse files Browse the repository at this point in the history
…ing-issue

Fix issue with uploading to code scanning
  • Loading branch information
tjgurwara99 authored Jul 24, 2023
2 parents 99630b0 + bc0bf33 commit 50fcbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sarif/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ type Result struct {

type Run struct {
Tool Tool `json:"tool"`
Results []Result `json:"results,omitempty"`
Results []Result `json:"results"`
}

0 comments on commit 50fcbb1

Please sign in to comment.