Commit b0da45a
authored
fix(action): install cve-lite-cli via npm and add bin to GITHUB_PATH (#692)
npx on npm 10.x fails to resolve the cve-lite binary from the
cve-lite-cli package regardless of syntax. Switch to an explicit
npm install --prefix step that adds the bin directory to GITHUB_PATH,
making cve-lite available in all subsequent steps without PATH issues.1 parent cb3ba22 commit b0da45a
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
126 | 134 | | |
127 | 135 | | |
128 | | - | |
129 | 136 | | |
130 | 137 | | |
131 | 138 | | |
| |||
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
138 | | - | |
| 145 | + | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
142 | 149 | | |
143 | 150 | | |
144 | | - | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| |||
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | | - | |
| 211 | + | |
0 commit comments