Commit c276d6e
committed
fix(ci): exclude _attic/ from deno test; guard CFL upload-sarif on file existence
deno test -A was picking up legacy Node.js files in _attic/ that use
require() (not valid in Deno), causing test failures. Add test.exclude
to deno.json to match the existing lint/fmt exclusions.
ClusterFuzzLite upload-sarif step was failing with "path does not
exist" when the fuzzer found no bugs (no vulnerabilities.sarif
produced). Guard the step with hashFiles() so it only runs when
the SARIF report actually exists.
https://claude.ai/code/session_01EJLZKDtcF1RGdKx6TcUTQG1 parent 143567a commit c276d6e
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
0 commit comments