Commit 2fa6ffe
authored
bug(output): do not print output by default (#202)
It's possible to trick the LLM into printing sensitive information from
the environment like access keys or credentials. While GitHub Actions
secret masking + shell_command restrictions provide some protections,
the best protection is to suppress Gemini CLI output in the logs. The
output is still accessible via the `summary` and `error` fields on the
GitHub Action, in case later steps do want to print or inspect the
output.1 parent f7e2b16 commit 2fa6ffe
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 170 | | |
176 | 171 | | |
177 | 172 | | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
181 | 176 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 177 | | |
188 | 178 | | |
189 | 179 | | |
| |||
0 commit comments