Commit 7f1102f
committed
fix: use explicit COPY for Dockerfile instead of COPY .
Explicitly copy only setup.py, pyproject.toml, and gixy/ directory
instead of the entire context. This addresses SonarCloud's S6470
security hotspot about recursive copying without relying on
NOSONAR comments (which don't work in Dockerfiles).1 parent 4a9fb0d commit 7f1102f
1 file changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 3 | | |
11 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 13 | | |
0 commit comments