Skip to content

Commit 93b660c

Browse files
committed
chore: add flow tool configuration to SARIF output for static code validation
1 parent 59d2c0b commit 93b660c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,23 @@ jobs:
116116
jq --arg wd "$GITHUB_WORKSPACE" '
117117
if .runs == [] then
118118
.runs = [
119+
{
120+
"tool": {
121+
"driver": {
122+
"name": "flow",
123+
"rules": []
124+
}
125+
},
126+
"results": [],
127+
"invocations": [
128+
{
129+
"executionSuccessful": true,
130+
"workingDirectory": {
131+
"uri": $wd
132+
}
133+
}
134+
]
135+
},
119136
{
120137
"tool": {
121138
"driver": {

0 commit comments

Comments
 (0)