Commit 6e213e7
fix(1password-sync): remove 2>&1 from op read, add yq checksum verification
- Remove `2>&1` from `op read` to prevent error messages being written as
secret values (P1 security fix)
- Add SHA-256 checksum verification for yq binary download (P2 supply chain)
- Install yq to $RUNNER_TEMP instead of /usr/local/bin (P3 permissions)
- Move ::add-mask:: comment to clarify immediate masking after read
Co-Authored-By: Claude Code (User Settings, in: /Users/nathan.heaps/src/nsheaps/agent-team) <noreply@anthropic.com>1 parent 52e6249 commit 6e213e7
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | | - | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments