Commit 654dd30
authored
fix(security): harden GitHub Actions workflows against expression injection (#56)
Move `${{ }}` expressions from `run:` blocks into step-level `env:`
blocks, then reference them as properly-quoted shell variables.
Part of cloudnative-pg/cloudnative-pg#10113
Assisted-by: Claude Opus 4.6
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>1 parent 4deedf6 commit 654dd30
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments