Skip to content

Commit

Permalink
Merge pull request #4140 from SirMutantRat/SirMutantRat-sarif-vesion
Browse files Browse the repository at this point in the history
Fix typo 'vesion' in sarif conversion template
  • Loading branch information
bruntib authored Jan 4, 2024
2 parents 2c0df68 + 447c114 commit d37e311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def convert(
results.append(self._create_result(report))

return {
"vesion": "2.1.0",
"version": "2.1.0",
"$schema": "https://raw.githubusercontent.com/oasis-tcs/"
"sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
"runs": [{
Expand Down

0 comments on commit d37e311

Please sign in to comment.