Commit 89b4031
committed
Fix linting security warnings and Python 3.3/3.4 test failures
Linting fixes:
- Add zizmor template-injection ignore for container action
- These are false positives as inputs are controlled by workflow
Test fixes:
- Fix subprocess timeout compatibility for Python 3.3/3.4
- communicate() doesn't support timeout in older versions
- Ignore timeout parameter for compatibility
Both issues were revealed after fixing the CI output visibility.1 parent 5d528bd commit 89b4031
File tree
2 files changed
+4
-2
lines changed- .github/actions/run-in-container
- test
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments