Commit 84d9c1b
fix: use file-based SARIF upload to avoid arg length limits
Large SARIF files exceeded OS argument length limits when passed
inline to gh api. Changed to write gzipped+base64 SARIF to a temp
file and pipe via jq --rawfile to gh api --input. Also added
continue-on-error on MegaLinter since finding issues is expected.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ad79651 commit 84d9c1b
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 49 | + | |
51 | 50 | | |
0 commit comments