Skip to content

Commit cdb3d5e

Browse files
authored
don't write sarif to console
1 parent a2fb25e commit cdb3d5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ runs:
6464
}
6565
6666
var converted = JSON.stringify(sarif, null, 2);
67-
console.log(converted);
6867
fs.writeFileSync(args[1], converted);
6968
EOF
7069

0 commit comments

Comments
 (0)