Commit 7f42e57
committed
fix: add approval gate to call-check-tflite-files job
The call-check-tflite-files job in pr_test.yml is missing the
needs: [gatekeeper, approval-gate] dependency that all other jobs
have. This allows fork PRs to execute arbitrary code via the checked-out
shell script without waiting for approval, bypassing the security gate.
BUG=n/a1 parent 9f5ac25 commit 7f42e57
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments