Commit 1c158cb 1 parent a9f2180 commit 1c158cb Copy full SHA for 1c158cb
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
- Made issue sorting and grouping more consistent across the various reports.
29
29
- Multiple occurrences of a single issue are now sorted by location in the Word report.
30
30
- Improved debug and version reporting for when multiple versions are installed.
31
+ - For the copy operation, "invocation" in the resulting sarif is changed to an object to match the spec.
31
32
32
33
### Compatibility
33
34
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ def generate_sarif(
60
60
"properties" : conversion_properties ,
61
61
}
62
62
},
63
- "invocation" : cmdline ,
63
+ "invocation" : {
64
+ "commandLine" : cmdline ,
65
+ },
64
66
}
65
67
results = input_run .get_results ()
66
68
filter_stats = input_run .get_filter_stats ()
You can’t perform that action at this time.
0 commit comments