We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242acfa commit 8962bceCopy full SHA for 8962bce
action.yml
@@ -27,6 +27,8 @@ runs:
27
mv $sarifFile.tmp $sarifFile
28
jq 'del(.runs[].results[].ruleIndex)' $sarifFile > $sarifFile.tmp
29
30
+ jq 'del(.runs[].results[].relatedLocations)' $sarifFile > $sarifFile.tmp
31
+ mv $sarifFile.tmp $sarifFile
32
jq '.runs[].tool.driver.name = "SecurityCodeScan"' $sarifFile > $sarifFile.tmp
33
34
jq '.runs[].tool.driver.fullName = "Vulnerability Patterns Detector for C# and VB.NET"' $sarifFile > $sarifFile.tmp
0 commit comments