Commit a579aca
ci(e2e): use quoted shell expansion for GINKGO_SKIP
Replace ${{ env.SKIP_E2E }} expression interpolation with quoted
shell variable expansion "$SKIP_E2E" to prevent potential command
injection via the environment variable.
Co-authored-by: Claude <noreply@anthropic.com>1 parent b85d788 commit a579aca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments