Skip to content

Commit

Permalink
render/sarif: create valid sarif results output file
Browse files Browse the repository at this point in the history
Existing output seems not to be valid. This PR adds required fields in the output file.

Fixes #559
  • Loading branch information
ppawlowski authored and zegl committed Dec 22, 2023
1 parent b2e4141 commit b6269be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions renderer/sarif/sarif.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ func Output(input *scorecard.Scorecard) io.Reader {
Driver: sarif.Driver{
Name: "kube-score", },
},
Invocation: sarif.Invocation{

},
},
Results: results,
}
Expand Down

0 comments on commit b6269be

Please sign in to comment.